1
0
mirror of https://github.com/django/django.git synced 2025-01-07 00:46:08 +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 Added missing pycon directives in various docs. 2023-10-25 12:27:27 +02:00
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 Improved examples in docs about raw SQL queries. 2023-04-20 12:24:33 +02:00
tablespaces.txt
transactions.txt Applied Black's 2024 stable style. 2024-01-26 12:45:07 +01:00