summaryrefslogtreecommitdiff
path: root/archaeological_context_records
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2022-05-18 16:23:02 +0200
committerÉtienne Loks <etienne.loks@iggdrasil.net>2022-12-12 12:20:58 +0100
commite046ed00e790fbb82b43de9404d8ca3955c8de2f (patch)
tree7e3ea0f3306eea50e9f95a7c90b397c5515e97fb /archaeological_context_records
parenteec69099f0c6dfdcef5acc15d57dadc7cd04813b (diff)
downloadIshtar-e046ed00e790fbb82b43de9404d8ca3955c8de2f.tar.bz2
Ishtar-e046ed00e790fbb82b43de9404d8ca3955c8de2f.zip
Migration to Django 2.2 - many fixes
- remove redondant permissions - fix missing kwargs for widget and form fields - fix default to callable for model field - quick and dirty fix for datepicker - is_authenticated() -> is_authenticated - fix registration urls - remove six usage (no more python2)
Diffstat (limited to 'archaeological_context_records')
-rw-r--r--archaeological_context_records/models.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/archaeological_context_records/models.py b/archaeological_context_records/models.py
index df6d22ff2..ff33d8bf3 100644
--- a/archaeological_context_records/models.py
+++ b/archaeological_context_records/models.py
@@ -774,7 +774,6 @@ class ContextRecord(
verbose_name = _("Context Record")
verbose_name_plural = _("Context Record")
permissions = (
- ("view_contextrecord", "Can view all Context Records"),
("view_own_contextrecord", "Can view own Context Record"),
("add_own_contextrecord", "Can add own Context Record"),
("change_own_contextrecord", "Can change own Context Record"),