1
0
mirror of https://github.com/django/django.git synced 2024-12-24 10:05:46 +00:00
django/docs/ref/models
2009-10-24 00:28:39 +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 #9674 - documented app_label. 2009-09-28 21:58:21 +00:00
querysets.txt Fixed #11402: added a QuerySet.exists() method. Thanks, Alex Gaynor. 2009-10-24 00:28:39 +00:00
relations.txt