diff options
Diffstat (limited to 'core/views_logbooks.py')
-rw-r--r-- | core/views_logbooks.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/core/views_logbooks.py b/core/views_logbooks.py index 8d29b72..5c89fe5 100644 --- a/core/views_logbooks.py +++ b/core/views_logbooks.py @@ -34,8 +34,8 @@ from settings import * # will make this unnecessary. # from troggle.alwaysUseRequestContext import render_response - -@django.db.models.permalink #this allows the nice get_absolute_url syntax we are using +# Deprecated in 1.11.29 +# @django.db.models.permalink #this allows the nice get_absolute_url syntax we are using def getNotablePersons(): notablepersons = [] |