django/docs/ref/models
2019-06-24 09:01:12 +02:00
..
class.txt
conditional-expressions.txt [2.2.x] Changed tuple choices to list in docs. 2019-05-15 14:41:01 +02:00
constraints.txt [2.2.x] Removed unneeded non-breaking spaces added in 00169bc36 2019-06-22 10:28:26 +02:00
database-functions.txt
expressions.txt [2.2.x] Fixed #30486 -- Fixed the default value of Aggregate.distinct and updated example of custom aggregate functions. 2019-06-11 12:02:02 +02:00
fields.txt [2.2.x] Fixed #30505 -- Doc'd how changes in the order of Field.choices affect migrations. 2019-06-04 14:57:08 +02:00
index.txt
indexes.txt [2.2.x] Fixed typo in docs/ref/models/indexes.txt. 2019-06-24 09:01:12 +02:00
instances.txt [2.2.x] Fixed #30491 -- Clarified when save() on object with pk executes INSERT. 2019-05-28 11:28:28 +02:00
lookups.txt
meta.txt
options.txt
querysets.txt [2.2.x] Fixed #30199 -- Adjusted QuerySet.get_or_create() docs to highlight atomicity warning. 2019-05-17 12:25:12 +02:00
relations.txt [2.2.x] Fixed #26678 -- Doc'd that RelatedManager.add()/remove()/set() accepts the field the relation points to. 2019-05-07 12:58:55 +02:00