From 0a29319e2d7d8a3eb190b3596bb9e7942dc28d3e Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Wed, 15 Oct 2025 19:01:43 +0200 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 2cf0015d7..e8539e71f 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