1
0
mirror of https://github.com/django/django.git synced 2025-01-07 08:56:32 +00:00
django/docs/ref/contrib
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
..
admin Fixed #35887 -- Added imports and admin.site.register to non-partial admin inline doc examples. 2024-11-14 12:09:50 +01:00
gis Fixed #35891 -- Confirmed support for GDAL 3.10. 2024-12-27 12:21:04 -03:00
postgres Updated BRIN index links in contrib.postgres indexes docs. 2024-11-11 14:49:24 +01:00
auth.txt Removed trailing whitespace in docs. 2024-11-27 13:13:28 -03:00
contenttypes.txt Fixed #36037 -- Fixed default primary key type in docs. 2025-01-02 15:25:59 +01:00
flatpages.txt Added missing lang attributes to html elements in docs. 2024-10-30 14:02:30 +01:00
humanize.txt
index.txt
messages.txt
redirects.txt
sitemaps.txt
sites.txt
staticfiles.txt
syndication.txt