From 9604354a323e88908b1d12a481f77879dc93c4bd Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Thu, 22 Jan 2026 11:58:16 +0100 Subject: 🐛 settings: fix document version MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- example_project/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'example_project/settings.py') diff --git a/example_project/settings.py b/example_project/settings.py index bcd158e0c..ba228d2f0 100644 --- a/example_project/settings.py +++ b/example_project/settings.py @@ -292,7 +292,7 @@ ISHTAR_SLUGS = { } ISHTAR_MIGRATE_V4 = False -ISHTAR_DOCUMENT_VERSION = "develop-4.4" +ISHTAR_DOCUMENT_VERSION = "develop-5.0" REGISTRATION_OPEN = False SRID = 4326 # WGS84 - World -- cgit v1.2.3