django1/docs/ref/models
Luis Del Giudice 69ddc1b3da Fixed #24693 -- Added label and label_lower property to Model._meta 2015-05-02 16:58:18 +02:00
..
class.txt Fixed #22019 -- Added Model.objects reference documentation. 2014-05-17 08:32:05 -04:00
conditional-expressions.txt Refs #14030 -- Improved expression support for python values 2015-02-12 08:46:25 +11:00
database-functions.txt Fixed #23753 -- Added a suite of SQL Functions 2014-12-27 15:27:27 +11:00
expressions.txt Fixed #24656 -- Added missing imports to query expressions doc. 2015-04-24 10:54:19 -04:00
fields.txt Fixed #24665 -- Clarified model field flag defaults. 2015-04-29 20:35:22 -04:00
index.txt Fixed #24031 -- Added CASE expressions to the ORM. 2015-01-12 18:15:34 -05:00
instances.txt Fixed #15579 -- Added ability to delete only child models in multi-table inheritance. 2015-03-17 08:33:16 -04:00
lookups.txt Removed versionadded/changed notes for 1.7. 2015-02-01 21:02:40 -05:00
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 #24649 -- Allowed using Avg aggregate on non-numeric field types. 2015-04-25 13:06:14 -04:00
relations.txt Fixed #6707 -- Added RelatedManager.set() and made descriptors' __set__ use it. 2015-02-05 12:45:08 +07:00