django/docs/topics/db
Nick Pope 847f46e9bf
Removed redundant QuerySet.all() calls in docs and tests.
Most QuerySet methods are mapped onto the Manager and, in general,
it isn't necessary to call .all() on the manager.
2022-02-22 10:29:38 +01:00
..
examples Fixed 32956 -- Lowercased spelling of "web" and "web framework" where appropriate. 2021-07-29 06:24:12 +02:00
aggregation.txt Removed redundant QuerySet.all() calls in docs and tests. 2022-02-22 10:29:38 +01:00
index.txt Made sentence about Model consistent in docs. 2021-08-26 07:55:56 +02: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 Removed versionadded/changed annotations for 3.2. 2021-09-20 21:23:01 +02:00
multi-db.txt Removed redundant QuerySet.all() calls in docs and tests. 2022-02-22 10:29:38 +01:00
optimization.txt Fixed #32518 -- Doc'd that QuerySet.contains() should not be overused. 2022-02-08 07:57:56 +01:00
queries.txt Removed redundant QuerySet.all() calls in docs and tests. 2022-02-22 10:29:38 +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 versionadded/changed annotations for 3.2. 2021-09-20 21:23:01 +02:00
tablespaces.txt Refs #29548 -- Updated docs for MariaDB support. 2019-05-27 19:59:49 +02:00
transactions.txt Fixed #33161 -- Enabled durability check for nested atomic blocks in TestCase. 2021-11-12 13:05:56 +01:00