summaryrefslogtreecommitdiff
path: root/docs/ref
diff options
context:
space:
mode:
Diffstat (limited to 'docs/ref')
-rw-r--r--docs/ref/applications.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/docs/ref/applications.txt b/docs/ref/applications.txt
index 2cf175e9f0..5d4c0e9a85 100644
--- a/docs/ref/applications.txt
+++ b/docs/ref/applications.txt
@@ -90,7 +90,6 @@ would provide a proper name for the admin::
from django.apps import AppConfig
class RockNRollConfig(AppConfig):
- default_auto_field = 'django.db.models.BigAutoField'
name = 'rock_n_roll'
verbose_name = "Rock ’n’ roll"