django/docs/ref/models
Tobias Kunze a44a21a22f Fixed #26678 -- Doc'd that RelatedManager.add()/remove()/set() accepts the field the relation points to. 2019-05-07 08:55:45 +02:00
..
class.txt Fixed #22019 -- Added Model.objects reference documentation. 2014-05-17 08:32:05 -04:00
conditional-expressions.txt Alphabetized imports in various docs. 2018-05-12 19:37:42 +02:00
constraints.txt Fixed #30362 -- Noted partial indexes and constraints restrictions with abstract base classes. 2019-04-25 07:36:07 +02:00
database-functions.txt Removed unnecessary /static from links to PostgreSQL docs. 2019-03-29 21:49:44 -04:00
expressions.txt Fixed #30365 -- Fixed syntax highlighting in SQL examples. 2019-04-23 12:37:50 +02:00
fields.txt Fixed #29529 -- Allowed models.fields.FilePathField to accept a callable path. 2019-05-02 11:11:56 +02:00
index.txt Generalized check constraint docs for other constraints. 2018-11-13 17:57:27 -05:00
indexes.txt Fixed #30362 -- Noted partial indexes and constraints restrictions with abstract base classes. 2019-04-25 07:36:07 +02:00
instances.txt Fixed typo in docs/ref/models/instances.txt. 2019-04-16 08:26:11 +02:00
lookups.txt Fixed typos in docs, comments, and exception messages. 2019-04-18 09:33:53 +02:00
meta.txt Fixed #29458 -- Doc'd how related_query_name affects Model._meta.get_field(). 2018-06-28 19:35:01 -04:00
options.txt Changed tuple Mate.unique_together/permissions to lists in docs. 2019-04-24 10:06:00 +02:00
querysets.txt Fixed #30365 -- Fixed syntax highlighting in SQL examples. 2019-04-23 12:37:50 +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