1
0
mirror of https://github.com/django/django.git synced 2024-12-22 17:16:24 +00:00
django/docs/topics/db
Simon Charette 0ff46591ac Refs #33308 -- Deprecated support for passing encoded JSON string literals to JSONField & co.
JSON should be provided as literal Python objects an not in their
encoded string literal forms.
2022-12-01 19:14:00 +01:00
..
examples Improved readability of string interpolation in frequently used examples in docs. 2022-11-10 13:18:38 +01:00
aggregation.txt Corrected example of redundant all() in docs. 2022-09-09 13:34:14 +02:00
fixtures.txt Fixed #34054 -- Created a new fixtures topic. 2022-11-02 08:08:02 +01:00
index.txt Fixed #34054 -- Created a new fixtures topic. 2022-11-02 08:08:02 +01:00
instrumentation.txt Used time.monotonic() instead of time.time() where applicable. 2019-05-08 18:34:22 +02:00
managers.txt Modernized custom manager example 2021-01-28 15:59:39 +01:00
models.txt Refs #34099 -- Doc'd that custom Model.save() should update update_fields kwarg. 2022-11-14 13:43:07 +01:00
multi-db.txt Rewrote some references to "master". 2022-03-08 14:50:06 +01:00
optimization.txt Removed hyphen from pre-/re- prefixes. 2022-04-28 10:44:14 +02:00
queries.txt Refs #33308 -- Deprecated support for passing encoded JSON string literals to JSONField & co. 2022-12-01 19:14:00 +01:00
search.txt Refs #32720 -- Updated various links in docs to avoid redirects and use HTTPS. 2021-05-17 09:46:09 +02:00
sql.txt Removed unnecessary semicolons in docs about performing raw SQL. 2022-05-19 10:38:22 +02:00
tablespaces.txt Refs #29548 -- Updated docs for MariaDB support. 2019-05-27 19:59:49 +02:00
transactions.txt Refs #33939 -- Improved transaction.on_commit() docs. 2022-11-04 12:20:25 +01:00