.. |
class-based-views
|
[3.2.x] Refs #32720 -- Updated various links in docs to avoid redirects and use HTTPS.
|
2021-05-17 12:16:09 +02:00 |
contrib
|
[3.2.x] The geodjango mailing list moved to the Django Forum.
|
2021-08-13 15:36:41 +02:00 |
files
|
[3.2.x] Corrected File, ContentFile, and ImageFile signatures in docs.
|
2021-04-16 10:32:54 +02:00 |
forms
|
[3.2.x] Fixed #32933 -- Documented BoundField.initial as preferred over Form.get_initial_for_field().
|
2021-07-27 17:59:18 +02:00 |
models
|
[3.2.x] Clarified type of Window()'s partition_by and order_by arguments.
|
2021-09-10 12:27:55 +02:00 |
templates
|
[3.2.x] Refs #32720 -- Updated various links in docs to avoid redirects and use HTTPS.
|
2021-05-17 12:16:09 +02:00 |
applications.txt
|
[3.2.x] Fixed #32570 -- Removed unnecessary default_auto_field in app config example.
|
2021-03-19 13:03:36 +01:00 |
checks.txt
|
[3.2.x] Fixed typo in docs/ref/checks.txt.
|
2021-03-15 09:42:29 +01:00 |
clickjacking.txt
|
[3.2.x] Refs #32720 -- Updated various links in docs to avoid redirects and use HTTPS.
|
2021-05-17 12:16:09 +02:00 |
csrf.txt
|
Fixed #32065 -- Restored leading dot to CSRF_COOKIE_DOMAIN examples.
|
2020-10-07 10:03:10 +02:00 |
databases.txt
|
[3.2.x] Fixed typo in docs/ref/databases.txt.
|
2021-07-19 06:34:01 +02:00 |
django-admin.txt
|
[3.2.x] Refs #25264 -- Doc's that not all default options are supported by every management command.
|
2021-08-31 13:34:50 +02:00 |
exceptions.txt
|
Mentioned ASGI handler in SuspiciousOperation docs.
|
2020-09-09 09:05:28 +02:00 |
index.txt
|
Fixed #28581 -- Moved django.core.paginator documentation to API Reference.
|
2019-07-04 11:04:39 +02:00 |
middleware.txt
|
[3.2.x] Refs #32720 -- Updated various links in docs to avoid redirects and use HTTPS.
|
2021-05-17 12:16:09 +02:00 |
migration-operations.txt
|
Fixed #31468 -- Allowed specifying migration filename in Operation.
|
2020-05-28 11:42:53 +02:00 |
paginator.txt
|
[3.2.x] Fixed page numbers in Paginator.get_elided_page_range() example in docs.
|
2021-03-24 07:35:55 +01:00 |
request-response.txt
|
[3.2.x] Doc'd that HttpRequest.path doesn't contain a query string.
|
2021-05-19 11:58:35 +02:00 |
schema-editor.txt
|
[3.2.x] Corrected BaseDatabaseSchemaEditor.execute() signature in docs.
|
2021-08-27 06:15:19 +02:00 |
settings.txt
|
[3.2.x] Refs #32674 -- Noted that auto-created through table PKs cannot be automatically migrated.
|
2021-04-29 15:14:15 +02:00 |
signals.txt
|
Refs #31502 -- Made minor edits to Model._state docs.
|
2020-07-16 20:50:53 +02:00 |
template-response.txt
|
Fixed #32002 -- Added headers parameter to HttpResponse and subclasses.
|
2020-10-07 09:19:57 +02:00 |
unicode.txt
|
Used :rfc: role in various docs.
|
2020-04-15 18:31:30 +02:00 |
urlresolvers.txt
|
Fixed #31791 -- Made technical 404 debug page display the tried URL patterns for Http404.
|
2020-09-07 06:54:19 +02:00 |
urls.txt
|
Fixed #31534 -- Deprecated django.conf.urls.url().
|
2020-05-05 07:34:34 +02:00 |
utils.txt
|
[3.2.x] Refs #32365 -- Allowed use of non-pytz timezone implementations.
|
2021-01-19 12:00:40 +01:00 |
validators.txt
|
Improved RegexValidator docs.
|
2020-06-30 12:44:10 +02:00 |
views.txt
|
Fixed #30573 -- Rephrased documentation to avoid words that minimise the involved difficulty.
|
2019-09-06 13:27:46 +02:00 |