1
0
mirror of https://github.com/django/django.git synced 2025-01-11 10:56:28 +00:00
django/docs/ref/models
2009-11-12 13:58:32 +00:00
..
fields.txt Fixed #11931: Removed mention of nonexistent get_sql() method for arguments to limit_choices_to. Since the correct reference involves undocumented ORM internals, this simply removes the reference entirely in favor of publicly-documented use of Q objects. 2009-09-23 23:40:12 +00:00
index.txt
instances.txt
options.txt Fixed #12204 -- Corrected the use of :djadmin: links in the testing docs, plus updated a lot of old-style markup in the django-admin docs. Thanks to Art_S for the report. 2009-11-12 13:58:32 +00:00
querysets.txt Fixed #11402: added a QuerySet.exists() method. Thanks, Alex Gaynor. 2009-10-24 00:28:39 +00:00
relations.txt