django/docs/ref/models
Mariusz Felisiak c7bab8d2b7 [2.2.x] Fixed term warning on Sphinx 3.0.1+.
"term" role became case sensitive in Sphinx 3.0.1.
Backport of cc70a0343e from master
2020-06-02 10:57:46 +02:00
..
class.txt Fixed #22019 -- Added Model.objects reference documentation. 2014-05-17 08:32:05 -04:00
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] Refs #30547 -- Clarified that partial UniqueConstraints don't affect model validation. 2019-07-18 12:56:52 +02:00
database-functions.txt [2.2.x] Fixed Sphinx warnings on duplicate object descriptions. 2020-06-02 10:47:40 +02:00
expressions.txt [2.2.x] Doc'd for_save argument of Expression.resolve_expression(). 2019-08-27 17:13:35 +02:00
fields.txt [2.2.x] Fixed term warning on Sphinx 3.0.1+. 2020-06-02 10:57:46 +02:00
index.txt Generalized check constraint docs for other constraints. 2018-11-13 17:57:27 -05:00
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 #31029 -- Used more specific links to RFCs. 2019-11-28 08:00:49 +01:00
lookups.txt Corrected docs regarding RegisterLookupMixin subclasses. 2018-11-12 10:20:35 -05: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 [2.2.x] Fixed #30688 -- Clarified base_manager_name docs. 2019-08-09 10:10:15 +02:00
querysets.txt [2.2.x] Fixed #30953 -- Made select_for_update() lock queryset's model when using "self" with multi-table inheritance. 2019-12-02 07:58:44 +01:00
relations.txt [2.2.x] Fixed #31282 -- Corrected RelatedManager docs for using add/remove/set with PKs. 2020-02-18 19:58:59 +01:00