django/docs/ref
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
..
class-based-views Refs -- Capitalized HTTP/HTTPS in comments, docs, and docstrings. 2021-10-20 08:40:19 +02:00
contrib Fixed -- Clarified index type in full text search docs. 2022-01-28 06:36:39 +01:00
files Removed versionadded/changed annotations for 3.2. 2021-09-20 21:23:01 +02:00
forms Fixed -- Allowed model formsets to prevent new object creation. 2022-01-27 20:45:21 +01:00
models Removed redundant QuerySet.all() calls in docs and tests. 2022-02-22 10:29:38 +01:00
templates Fixed -- Fixed typo in docs/ref/templates/builtins.txt. 2022-02-21 06:13:36 +01:00
applications.txt Removed versionadded/changed annotations for 3.2. 2021-09-20 21:23:01 +02:00
checks.txt Fixed -- Added support for secret key rotation. 2022-02-01 11:12:24 +01:00
clickjacking.txt Refs -- Updated various links in docs to avoid redirects and use HTTPS. 2021-05-17 09:46:09 +02:00
csrf.txt Fixed -- Changed CsrfViewMiddleware not to mask the CSRF secret. 2021-11-29 10:47:39 +01:00
databases.txt Refs -- Bumped required psycopg2 version to 2.8.4. 2021-12-22 20:32:55 +01:00
django-admin.txt Refs -- Made management commands use black. 2022-02-11 12:23:26 +01:00
exceptions.txt Refs -- Capitalized HTTP/HTTPS in comments, docs, and docstrings. 2021-10-20 08:40:19 +02:00
index.txt Refs -- Moved logging reference to new document. 2021-06-30 07:21:52 +02:00
logging.txt Fixed 32956 -- Lowercased spelling of "web" and "web framework" where appropriate. 2021-07-29 06:24:12 +02:00
middleware.txt Removed versionadded/changed annotations for 3.2. 2021-09-20 21:23:01 +02:00
migration-operations.txt Removed versionadded/changed annotations for 3.2. 2021-09-20 21:23:01 +02:00
paginator.txt Doc'd a precise exception type in Paginator.page() docs. 2021-10-13 08:46:46 +02:00
request-response.txt Removed versionadded/changed annotations for 3.2. 2021-09-20 21:23:01 +02:00
schema-editor.txt Corrected BaseDatabaseSchemaEditor.execute() signature in docs. 2021-08-27 06:12:53 +02:00
settings.txt Refs -- Used vertical hanging indentation for format lists with inline comments. 2022-02-01 15:11:35 +01:00
signals.txt Fixed -- Made pre/post_delete signals dispatch the origin. 2022-01-11 08:06:18 +01:00
template-response.txt Removed versionadded/changed annotations for 3.2. 2021-09-20 21:23:01 +02:00
unicode.txt Improved docs regarding UTF-8 support with Apache and mod_wsgi. 2021-10-08 12:26:06 +02:00
urlresolvers.txt Removed versionadded/changed annotations for 3.2. 2021-09-20 21:23:01 +02:00
urls.txt Refs , Refs -- Doc'd re_path() behavior change in Django 2.2.25, 3.1.14, and 3.2.10. 2021-12-15 18:54:02 +01:00
utils.txt Fixed -- Deprecated name argument of cached_property(). 2021-12-16 18:52:27 +01:00
validators.txt Refs -- Removed whitelist argument and domain_whitelist attribute in EmailValidator per deprecation timeline. 2021-09-20 21:23:01 +02:00
views.txt Refs -- Changed STATIC_URL/MEDIA_URL to relative paths in tests and docs where appropriate. 2021-02-06 13:41:35 +01:00