diff options
| author | kshitijraghav <kshitijraghav.123@gmail.com> | 2021-03-19 15:54:42 +0530 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2021-03-19 12:08:46 +0100 |
| commit | d40402cfb023801f0d83f19747e30b13096e3636 (patch) | |
| tree | 934d055c1d666303b5e84dffc26021d6413f23a4 /docs | |
| parent | e49fdfa405fcacb59d7ff2f321a7ddbc65dfc68b (diff) | |
Fixed #32570 -- Removed unnecessary default_auto_field in app config example.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/ref/applications.txt | 1 |
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" |
