1
0
mirror of https://github.com/django/django.git synced 2024-12-26 19:16:11 +00:00
django/docs/ref/models
2020-12-30 09:01:56 +01:00
..
class.txt Doc'd Model.MultipleObjectsReturned docs and improved documentation related with models exceptions. 2020-07-22 14:21:08 +01:00
conditional-expressions.txt Refs #30446 -- Removed unnecessary Value(..., output_field) in docs and tests. 2020-07-15 10:58:38 +02:00
constraints.txt Fixed #31702 -- Added support for PostgreSQL opclasses in UniqueConstraint. 2020-06-16 07:19:00 +02:00
database-functions.txt Fixed #32179 -- Added JSONObject database function. 2020-12-02 09:30:50 +01:00
expressions.txt Refs #31792 -- Updated SQL example in Exists() docs. 2020-12-10 21:01:57 +01:00
fields.txt Fixed #32303 -- Bumped minimum supported SQLite to 3.9.0. 2020-12-30 09:01:56 +01:00
index.txt
indexes.txt
instances.txt Added backticks to code literals in various docs. 2020-12-15 07:19:00 +01:00
lookups.txt Fixed #31122 -- Clarified that Lookup acts as a query expression. 2020-11-11 14:29:06 +01:00
meta.txt Corrected code-block directives in docs/ref/models/meta.txt. 2020-12-21 07:56:58 +01:00
options.txt Fixed #31743 -- Doc't that managed=False prevents Django from managing tables modifications. 2020-06-26 08:46:01 +02:00
querysets.txt Added backticks to code literals in various docs. 2020-12-15 07:19:00 +01:00
relations.txt