1
0
mirror of https://github.com/django/django.git synced 2025-01-11 02:46:13 +00:00
django/docs/ref/models
Aymeric Augustin 295fd50752 Fixed a typo in the model fields reference.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17238 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-12-20 17:03:13 +00:00
..
fields.txt Fixed a typo in the model fields reference. 2011-12-20 17:03:13 +00:00
index.txt
instances.txt
options.txt Fixed #17269 -- Corrected the model options doc to indicate that, since 1.4, all fields in Meta.ordering are honored by the admin. Thanks to sebastian for the report and patch. 2011-11-21 06:07:24 +00:00
querysets.txt Added warning about the performance of large IN clauses in prefetch_related docs 2011-11-24 17:18:56 +00:00
relations.txt