From 4f8fe31ad39bf0b82842690aeedf20a50d8812df Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Mon, 24 Mar 2025 18:04:01 +0100 Subject: ♻️ django 3.2 - new version of libraries: fix errors and deprecation warnings MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- example_project/settings.py | 1 + 1 file changed, 1 insertion(+) (limited to 'example_project/settings.py') diff --git a/example_project/settings.py b/example_project/settings.py index 5b4e023cc..1667f1942 100644 --- a/example_project/settings.py +++ b/example_project/settings.py @@ -20,6 +20,7 @@ DEBUG_TO_CONSOLE = False SQL_DEBUG = False DJANGO_EXTENSIONS = False TEST_VIEWS = True +DEFAULT_AUTO_FIELD = "django.db.models.AutoField" if "test" in sys.argv: sys.path.insert(0, "..") -- cgit v1.2.3