1
0
mirror of https://github.com/django/django.git synced 2025-01-09 09:55:57 +00:00
django/docs/topics/db
Ari Pollak ad385ae163 Fixed #36037 -- Fixed default primary key type in docs.
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.
2025-01-02 15:25:59 +01:00
..
examples
aggregation.txt
fixtures.txt Removed question marks from headings in docs/topics/db/fixtures.txt. 2024-12-02 21:54:48 -03:00
index.txt
instrumentation.txt
managers.txt Fixed typo in docs/topics/db/managers.txt. 2024-02-01 09:25:09 +01:00
models.txt Fixed #36037 -- Fixed default primary key type in docs. 2025-01-02 15:25:59 +01:00
multi-db.txt Fixed #35887 -- Added imports and admin.site.register to non-partial admin inline doc examples. 2024-11-14 12:09:50 +01:00
optimization.txt Used :pypi: role in docs where appropriate. 2024-08-05 10:35:50 -03:00
queries.txt Refs #35502 -- Clarified models.py file path in docs/topics/db/queries.txt. 2024-10-09 09:12:58 -03:00
search.txt
sql.txt
tablespaces.txt
transactions.txt