mirror of
https://github.com/django/django.git
synced 2025-11-25 13:13:28 +00:00
BigAutoField is the default type for primary keys. In models.txt, the linked anchor shows that the default primary key is a BigAutoField, so it now defers to that section instead of duplicating an (incorrect) type. |
||
|---|---|---|
| .. | ||
| examples | ||
| aggregation.txt | ||
| fixtures.txt | ||
| index.txt | ||
| instrumentation.txt | ||
| managers.txt | ||
| models.txt | ||
| multi-db.txt | ||
| optimization.txt | ||
| queries.txt | ||
| search.txt | ||
| sql.txt | ||
| tablespaces.txt | ||
| transactions.txt | ||