1
0
mirror of https://github.com/django/django.git synced 2024-12-24 10:05:46 +00:00
django/docs/ref/models
2019-06-24 08:58:56 +02:00
..
class.txt
conditional-expressions.txt Changed tuple choices to list in docs. 2019-05-15 14:31:42 +02:00
constraints.txt Removed unneeded non-breaking spaces added in 00169bc36 2019-06-22 10:26:14 +02:00
database-functions.txt
expressions.txt Fixed #30486 -- Fixed the default value of Aggregate.distinct and updated example of custom aggregate functions. 2019-06-11 11:40:48 +02:00
fields.txt Fixed #30421 -- Allowed symmetrical intermediate table for self-referential ManyToManyField. 2019-06-21 15:03:17 +02:00
index.txt
indexes.txt Fixed typo in docs/ref/models/indexes.txt. 2019-06-24 08:58:56 +02:00
instances.txt Removed unnecessary backslashes from docs. 2019-06-20 14:04:36 +02:00
lookups.txt Fixed typos in docs, comments, and exception messages. 2019-04-18 09:33:53 +02:00
meta.txt
options.txt Refs #29548 -- Updated docs for MariaDB support. 2019-05-27 19:59:49 +02:00
querysets.txt Fixed #30199 -- Adjusted QuerySet.get_or_create() docs to highlight atomicity warning. 2019-05-17 12:23:10 +02:00
relations.txt Fixed #26678 -- Doc'd that RelatedManager.add()/remove()/set() accepts the field the relation points to. 2019-05-07 08:55:45 +02:00