mirror of https://github.com/django/django.git
[3.2.x] Fixed #32570 -- Removed unnecessary default_auto_field in app config example.
Backport of d40402cfb0
from main
This commit is contained in:
parent
8298775dad
commit
fb92a9e287
|
@ -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"
|
||||
|
||||
|
|
Loading…
Reference in New Issue