.. |
class-based-views
|
[3.1.x] Fixed #31877 -- Reverted "Fixed #19878 -- Deprecated TemplateView passing URL kwargs into context."
|
2020-08-24 11:39:05 +02:00 |
contrib
|
[3.1.x] Doc'd that admin site booleans are tri-state.
|
2020-11-14 07:59:05 +01:00 |
files
|
[3.1.x] Used :pep: role in various docs.
|
2020-05-13 09:38:40 +02:00 |
forms
|
[3.1.x] Fixed #32110 -- Doc'd and tested enumerations for ChoiceField.choices.
|
2020-10-17 21:01:54 +02:00 |
models
|
[3.1.x] Fixed #31122 -- Clarified that Lookup acts as a query expression.
|
2020-11-11 14:36:37 +01:00 |
templates
|
[3.1.x] Updated {% static %} tag examples in docs to use single quotes where appropriate.
|
2020-11-02 10:35:04 +01:00 |
applications.txt
|
Refs #30573 -- Rephrased "Of Course" and "Obvious(ly)" in documentation and comments.
|
2020-05-04 12:10:47 +02:00 |
checks.txt
|
[3.1.x] Fixed typo in docs/ref/checks.txt.
|
2020-10-19 19:23:25 +02:00 |
clickjacking.txt
|
Fixed #30732 -- Doc'd that SameSite cookies flags can affect xframe_options_exempt.
|
2019-09-23 15:09:37 +02:00 |
csrf.txt
|
[3.1.x] Fixed #32065 -- Restored leading dot to CSRF_COOKIE_DOMAIN examples.
|
2020-10-07 10:04:24 +02:00 |
databases.txt
|
[3.1.x] Removed unsupported third-party database backends from docs.
|
2020-07-08 22:30:23 +02:00 |
django-admin.txt
|
[3.1.x] Fixed #31690 -- Added note about fuzzy entries in translation docs.
|
2020-06-15 09:05:09 +02:00 |
exceptions.txt
|
[3.1.x] Mentioned ASGI handler in SuspiciousOperation docs.
|
2020-09-09 09:35:56 +02:00 |
index.txt
|
Fixed #28581 -- Moved django.core.paginator documentation to API Reference.
|
2019-07-04 11:04:39 +02:00 |
middleware.txt
|
Fixed some typos in comments and docs.
|
2019-10-02 15:50:46 +02:00 |
migration-operations.txt
|
Refs #30573 -- Rephrased "Of Course" and "Obvious(ly)" in documentation and comments.
|
2020-05-04 12:10:47 +02:00 |
paginator.txt
|
Fixed #14218 -- Added Paginator.__iter__().
|
2019-10-02 09:49:31 +02:00 |
request-response.txt
|
[3.1.x] Fixed #29356 -- Clarified docs for QueryDict.getlist() default.
|
2020-10-08 14:20:38 +02:00 |
schema-editor.txt
|
[3.1.x] Fixed outdated notes in SchemaEditor docs.
|
2020-10-20 09:49:39 +02:00 |
settings.txt
|
[3.1.x] Updated {% static %} tag examples in docs to use single quotes where appropriate.
|
2020-11-02 10:35:04 +01:00 |
signals.txt
|
[3.1.x] Refs #31502 -- Made minor edits to Model._state docs.
|
2020-07-16 21:12:13 +02:00 |
template-response.txt
|
Fixed #30573 -- Rephrased documentation to avoid words that minimise the involved difficulty.
|
2019-09-06 13:27:46 +02:00 |
unicode.txt
|
Used :rfc: role in various docs.
|
2020-04-15 18:31:30 +02:00 |
urlresolvers.txt
|
Removed versionadded/changed annotations for 2.2.
|
2019-09-10 12:01:00 +02:00 |
urls.txt
|
Fixed #31534 -- Deprecated django.conf.urls.url().
|
2020-05-05 07:34:34 +02:00 |
utils.txt
|
Refs #30165 -- Removed obsolete doc references to deprecated ugettext() & co.
|
2020-04-20 07:57:24 +02:00 |
validators.txt
|
[3.1.x] Improved RegexValidator docs.
|
2020-06-30 12:55:52 +02:00 |
views.txt
|
Fixed #30573 -- Rephrased documentation to avoid words that minimise the involved difficulty.
|
2019-09-06 13:27:46 +02:00 |