1
0
mirror of https://github.com/django/django.git synced 2024-11-20 08:24:58 +00:00
django/docs/ref/models
Iacopo Spalletti 7d485d5d75 Fixed #22268 -- Documented values_list() behavior for multivalued relations.a
Thanks Sai Krishna for the initial patch.
2016-04-02 07:20:11 -04:00
..
class.txt
conditional-expressions.txt
database-functions.txt Fixed #24932 -- Added Cast database function. 2016-03-29 08:14:33 -04:00
expressions.txt Fixed #25759 -- Added keyword arguments to customize Expressions' as_sql(). 2016-03-29 08:09:58 -04:00
fields.txt Fixed #26239 -- Added a note about how auto_now works with QuerySet.update(). 2016-03-12 12:39:00 -05:00
index.txt
instances.txt
lookups.txt Refs #25759 -- Documented customizing expressions' SQL on other databases. 2016-03-21 20:20:29 -04:00
meta.txt Fixed typos in docs/ref/models/meta.txt. 2016-03-01 08:33:27 -05:00
options.txt Fixed #26438 -- Fixed multiple .objects typos in the docs. 2016-03-31 18:27:47 -04:00
querysets.txt Fixed #22268 -- Documented values_list() behavior for multivalued relations.a 2016-04-02 07:20:11 -04:00
relations.txt