diff options
author | Philip Sargent <philip.sargent@klebos.com> | 2020-06-18 22:44:41 +0100 |
---|---|---|
committer | Philip Sargent <philip.sargent@klebos.com> | 2020-06-18 22:44:41 +0100 |
commit | 4a51de95c42f09abafd994c6d6ed8d53b5a20349 (patch) | |
tree | 74849d6abd44708bf8928b39b24502c1feedd59f /core/views_logbooks.py | |
parent | ee1d4bb600dd05d2850f13acd1859cd39162512b (diff) | |
download | troggle-4a51de95c42f09abafd994c6d6ed8d53b5a20349.tar.gz troggle-4a51de95c42f09abafd994c6d6ed8d53b5a20349.tar.bz2 troggle-4a51de95c42f09abafd994c6d6ed8d53b5a20349.zip |
Django 1.11.19 runs clean on pre-built db.
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 = [] |