From 2a636118dacdcda074c99ebd50311d64a8cca367 Mon Sep 17 00:00:00 2001 From: Tim Graham Date: Tue, 19 Aug 2025 15:08:43 -0400 Subject: Fixed #36564 -- Changed DEFAULT_AUTO_FIELD from AutoField to BigAutoField. --- docs/intro/reusable-apps.txt | 1 - 1 file changed, 1 deletion(-) (limited to 'docs/intro') diff --git a/docs/intro/reusable-apps.txt b/docs/intro/reusable-apps.txt index 723f752cc5..6c953a4043 100644 --- a/docs/intro/reusable-apps.txt +++ b/docs/intro/reusable-apps.txt @@ -153,7 +153,6 @@ this. For a small app like polls, this process isn't too difficult. class PollsConfig(AppConfig): - default_auto_field = "django.db.models.BigAutoField" name = "django_polls" label = "polls" -- cgit v1.3