From 4a51de95c42f09abafd994c6d6ed8d53b5a20349 Mon Sep 17 00:00:00 2001 From: Philip Sargent Date: Thu, 18 Jun 2020 22:44:41 +0100 Subject: Django 1.11.19 runs clean on pre-built db. --- core/views_logbooks.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'core/views_logbooks.py') 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 = [] -- cgit v1.2.3