1
0
mirror of https://github.com/django/django.git synced 2024-12-28 03:55:50 +00:00
django/docs/ref/models
Ramiro Morales 1b1f64ee5a Refs #14357 -- Deprecated Meta.ordering affecting GROUP BY queries.
Thanks Ramiro Morales for contributing to the patch.
2018-09-13 12:29:48 -04:00
..
check-constraints.txt
class.txt
conditional-expressions.txt
database-functions.txt Fixed #28649 -- Added ExtractIsoYear database function and iso_year lookup. 2018-08-18 13:09:15 -04:00
expressions.txt Refs #20910 -- Replaced snippet directive with code-block. 2018-09-10 13:00:34 -04:00
fields.txt Refs #20910 -- Replaced snippet directive with code-block. 2018-09-10 13:00:34 -04:00
index.txt
indexes.txt
instances.txt Fixed typos in comments and docs. 2018-08-01 16:09:22 -04:00
lookups.txt Refs #29593, #26891 -- Doc'd RegisterLookupMixin.get_lookups(). 2018-07-26 10:42:33 -04:00
meta.txt
options.txt Refs #14357 -- Deprecated Meta.ordering affecting GROUP BY queries. 2018-09-13 12:29:48 -04:00
querysets.txt Fixed #28649 -- Added ExtractIsoYear database function and iso_year lookup. 2018-08-18 13:09:15 -04:00
relations.txt