diff options
Diffstat (limited to 'docs/intro')
| -rw-r--r-- | docs/intro/reusable-apps.txt | 1 |
1 files changed, 0 insertions, 1 deletions
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" |
