Browse Source

Fixed #32570 -- Removed unnecessary default_auto_field in app config example.

kshitijraghav 4 years ago
parent
commit
d40402cfb0
1 changed files with 0 additions and 1 deletions
  1. 0 1
      docs/ref/applications.txt

+ 0 - 1
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"