django/docs/topics
Adam Johnson 59e503b670 Modernized custom manager example
Since this example was added 15 years ago in a8ccdd0fcd, the ORM has gained the ability to do the `COUNT(*)` related query, so do it with the ORM to avoid misleading users that raw SQL is only supported from manager methods.
2021-01-28 15:59:39 +01:00
..
auth Removed versionadded/changed annotations for 3.1. 2021-01-14 17:50:04 +01:00
class-based-views Fixed cross-link in CBV topic documentation. 2021-01-14 11:17:59 +01:00
db Modernized custom manager example 2021-01-28 15:59:39 +01:00
forms Refs #31369 -- Removed models.NullBooleanField per deprecation timeline. 2021-01-14 17:50:04 +01:00
http Removed versionadded/changed annotations for 3.1. 2021-01-14 17:50:04 +01:00
i18n Refs #32365 -- Allowed use of non-pytz timezone implementations. 2021-01-19 11:59:37 +01:00
testing Removed versionadded/changed annotations for 3.1. 2021-01-14 17:50:04 +01:00
async.txt Removed versionadded/changed annotations for 3.1. 2021-01-14 17:50:04 +01:00
cache.txt Removed versionadded/changed annotations for 3.1. 2021-01-14 17:50:04 +01:00
checks.txt Added backticks to code literals in various docs. 2020-12-15 07:19:00 +01:00
conditional-view-processing.txt Used :rfc: role in various docs. 2020-04-15 18:31:30 +02:00
email.txt Removed versionadded/changed annotations for 3.1. 2021-01-14 17:50:04 +01:00
external-packages.txt Fixed #29334 -- Updated pypi.python.org URLs to pypi.org. 2018-04-17 20:24:27 -04:00
files.txt Removed versionadded/changed annotations for 3.1. 2021-01-14 17:50:04 +01:00
index.txt Refs #30451 -- Doc'd asynchronous support and async-safety. 2019-12-03 17:29:10 +01:00
install.txt Fixed #31643 -- Changed virtualenv doc references to Python 3 venv. 2020-06-02 11:45:44 +02:00
logging.txt Fixed #32016 -- Clarified manual logging config docs. 2020-09-22 14:15:38 +02:00
migrations.txt Fixed #26962 -- Doc'd running migrations in transactions. 2020-10-29 08:00:06 +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 Refs #31670 -- Removed whitelist/blacklist terminology in docs and comments. 2020-06-17 13:15:56 +02:00
serialization.txt Removed versionadded/changed annotations for 3.1. 2021-01-14 17:50:04 +01:00
settings.txt Used :envvar: role and .. envvar:: directive in various docs. 2020-05-13 09:14:40 +02:00
signals.txt Fixed #24816 -- Clarified docs about preventing duplicate signals. 2020-07-08 06:24:36 +02:00
signing.txt Removed versionadded/changed annotations for 3.1. 2021-01-14 17:50:04 +01:00
templates.txt Fixed #25712 -- Reorganized templates docs. 2020-04-30 08:12:09 +02:00