django1/docs/ref
Carlton Gibson 9ffd4eae2c
Fixed #33611 -- Allowed View subclasses to define async method handlers.
2022-04-07 07:05:59 +02:00
..
class-based-views Fixed #33611 -- Allowed View subclasses to define async method handlers. 2022-04-07 07:05:59 +02:00
contrib Updated Oracle docs links to Oracle 21c. 2022-03-29 09:41:57 +02:00
files Removed versionadded/changed annotations for 3.2. 2021-09-20 21:23:01 +02:00
forms Refs #32339 -- Added use_fieldset to Widget. 2022-03-30 16:28:14 +02:00
models Corrected models.FileField signature in docs. 2022-03-28 13:25:39 +02:00
templates Changed some words to use inline markup. 2022-03-10 10:18:31 +01:00
applications.txt Corrected AppConfig.get_models() signature in docs. 2022-03-14 06:54:16 +01:00
checks.txt Fixed #30360 -- Added support for secret key rotation. 2022-02-01 11:12:24 +01:00
clickjacking.txt Refs #32720 -- Updated various links in docs to avoid redirects and use HTTPS. 2021-05-17 09:46:09 +02:00
csrf.txt Refs #28592 -- Created a new CSRF how-to document. 2022-03-17 06:53:53 +01:00
databases.txt Refs #32355 -- Bumped required psycopg2 version to 2.8.4. 2021-12-22 20:32:55 +01:00
django-admin.txt Rewrote some references to "master". 2022-03-08 14:50:06 +01:00
exceptions.txt Refs #32956 -- Capitalized HTTP/HTTPS in comments, docs, and docstrings. 2021-10-20 08:40:19 +02:00
index.txt Refs #32880 -- 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 Corrected CSRF reference in middleware docs. 2022-03-17 06:03:10 +01: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 Fixed #33562 -- Made HttpResponse.set_cookie() support timedelta for the max_age argument. 2022-03-07 07:57:14 +01:00
schema-editor.txt Corrected BaseDatabaseSchemaEditor.execute() signature in docs. 2021-08-27 06:12:53 +02:00
settings.txt Fixed #33569 -- Added SECURE_PROXY_SSL_HEADER support for list of protocols in the header value. 2022-03-23 19:33:36 +01:00
signals.txt Changed some words to use inline markup. 2022-03-10 10:18:31 +01:00
template-response.txt Removed versionadded/changed annotations for 3.2. 2021-09-20 21:23:01 +02:00
unicode.txt Updated Oracle docs links to Oracle 21c. 2022-03-29 09:41:57 +02:00
urlresolvers.txt Fixed #16406 -- Added ResolveMatch.captured_kwargs and extra_kwargs. 2022-03-29 10:27:40 +02:00
urls.txt Refs #33365, Refs #30530 -- 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 Refs #32365 -- Deprecated django.utils.timezone.utc. 2022-03-29 14:47:44 +02:00
validators.txt Refs #31670 -- Removed whitelist argument and domain_whitelist attribute in EmailValidator per deprecation timeline. 2021-09-20 21:23:01 +02:00
views.txt Refs #32394 -- Changed STATIC_URL/MEDIA_URL to relative paths in tests and docs where appropriate. 2021-02-06 13:41:35 +01:00