1
0
mirror of https://github.com/django/django.git synced 2025-01-12 19:37:06 +00:00
django/docs/ref/models
2016-04-08 11:43:02 -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
options.txt Fixed #26438 -- Fixed multiple .objects typos in the docs. 2016-03-31 18:27:47 -04:00
querysets.txt Refs #22268 -- Fixed typo in docs/ref/models/querysets.txt 2016-04-08 11:43:02 -04:00
relations.txt