1
0
mirror of https://github.com/django/django.git synced 2024-11-18 23:44:22 +00:00
django/docs/ref/models
2015-06-05 09:56:02 -04:00
..
class.txt
conditional-expressions.txt Refs #14030 -- Improved expression support for python values 2015-02-12 08:46:25 +11:00
database-functions.txt Capitalized "Python" in docs. 2015-06-05 08:24:53 -04:00
expressions.txt Fixed typo in docs/ref/models/expressions.txt 2015-05-07 20:15:24 -04:00
fields.txt Fixed #22571 -- Added clarification about auto_now_add=True 2015-06-05 09:56:02 -04:00
index.txt
instances.txt Fixed #16891 -- Made Model/QuerySet.delete() return the number of deleted objects. 2015-05-22 13:27:16 -04:00
lookups.txt
meta.txt Amended get_all_related_objects() backwards compatible replacement. 2015-04-20 09:50:17 -04:00
options.txt Fixed #24693 -- Added label and label_lower property to Model._meta 2015-05-02 16:58:18 +02:00
querysets.txt Fixed #22316 -- Added time filters to TimeField on SQLite. 2015-06-04 22:27:13 -04:00
relations.txt