django/docs/topics
Mariusz Felisiak 028a5f86f2 [3.1.x] Fixed #31835 -- Dropped support for JSONField __contains lookup on Oracle.
The current implementation works only for basic examples without
supporting nested structures and doesn't follow "the general principle
that the contained object must match the containing object as to
structure and data contents, possibly after discarding some
non-matching array elements or object key/value pairs from the
containing object".
Backport of 02447fb133 from master
2020-07-28 11:54:35 +02:00
..
auth [3.1.x] Used :mimetype: role in various docs. 2020-05-13 09:38:49 +02:00
class-based-views Refs #30573 -- Rephrased "Of Course" and "Obvious(ly)" in documentation and comments. 2020-05-04 12:10:47 +02:00
db [3.1.x] Fixed #31835 -- Dropped support for JSONField __contains lookup on Oracle. 2020-07-28 11:54:35 +02:00
forms [3.1.x] Refs #31670 -- Removed whitelist/blacklist terminology in docs and comments. 2020-06-17 13:16:17 +02:00
http Used :rfc: role in various docs. 2020-04-15 18:31:30 +02:00
i18n [3.1.x] Refs #31493 -- Replaced var with const/let in documentation JS. 2020-06-24 12:22:54 +02:00
testing [3.1.x] Refs #27430 -- Added buffer argument to DiscoverRunner docs. 2020-07-10 19:06:40 +02:00
async.txt [3.1.x] Fixed some formatting issues in docs. 2020-05-27 09:07:33 +02:00
cache.txt Refs #30573 -- Rephrased "Of Course" and "Obvious(ly)" in documentation and comments. 2020-05-04 12:10:47 +02:00
checks.txt Refs #23919 -- Replaced super(ClassName, self) with super() in docs. 2017-01-25 11:53:05 -05:00
conditional-view-processing.txt Used :rfc: role in various docs. 2020-04-15 18:31:30 +02:00
email.txt [3.1.x] Used :mimetype: role in various docs. 2020-05-13 09:38:49 +02:00
external-packages.txt Fixed #29334 -- Updated pypi.python.org URLs to pypi.org. 2018-04-17 20:24:27 -04:00
files.txt Fixed #28184 -- Allowed using a callable for FileField and ImageField storage. 2020-04-08 11:26:17 +02:00
index.txt Refs #30451 -- Doc'd asynchronous support and async-safety. 2019-12-03 17:29:10 +01:00
install.txt [3.1.x] Fixed #31643 -- Changed virtualenv doc references to Python 3 venv. 2020-06-02 11:53:14 +02:00
logging.txt Refs #30573 -- Rephrased "Of Course" and "Obvious(ly)" in documentation and comments. 2020-05-04 12:10:47 +02:00
migrations.txt Improved docs on migration reversibility. (#12619) 2020-03-25 14:37:54 +01:00
pagination.txt Fixed #31103 -- Improved pagination topic documentation. 2020-01-07 09:57:38 +01:00
performance.txt Corrected some typos in documentation. 2019-12-18 11:36:27 +01:00
security.txt [3.1.x] Refs #31670 -- Removed whitelist/blacklist terminology in docs and comments. 2020-06-17 13:16:17 +02:00
serialization.txt Refs #30573 -- Rephrased "Of Course" and "Obvious(ly)" in documentation and comments. 2020-05-04 12:10:47 +02:00
settings.txt [3.1.x] Used :envvar: role and .. envvar:: directive in various docs. 2020-05-13 09:38:59 +02:00
signals.txt [3.1.x] Fixed #24816 -- Clarified docs about preventing duplicate signals. 2020-07-08 08:23:08 +02:00
signing.txt Used :rfc: role in various docs. 2020-04-15 18:31:30 +02:00
templates.txt Fixed #25712 -- Reorganized templates docs. 2020-04-30 08:12:09 +02:00