.. |
class-based-views
|
Fixed #19878 -- Deprecated TemplateView passing URL kwargs into context.
|
2020-03-23 08:11:14 +01:00 |
contrib
|
Fixed #31455 -- Added support for deferrable exclusion constraints on PostgreSQL.
|
2020-05-01 09:08:36 +02:00 |
files
|
Used :rfc: role in various docs.
|
2020-04-15 18:31:30 +02:00 |
forms
|
Changed django.forms.ValidationError imports to django.core.exceptions.ValidationError.
|
2020-04-28 10:49:00 +02:00 |
models
|
Corrected models.FilePathField signature in docs.
|
2020-05-04 12:10:41 +02:00 |
templates
|
Updated template language philosophy in DTL docs.
|
2020-04-23 20:42:55 +02:00 |
applications.txt
|
Clarified AppConfig.ready() docs example.
|
2020-01-22 13:45:22 +01:00 |
checks.txt
|
Fixed #20581 -- Added support for deferrable unique constraints.
|
2020-04-30 10:43:50 +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
|
Prevented (and corrected) single backtick usage in docs.
|
2020-04-01 14:55:11 +02:00 |
databases.txt
|
Corrected docs spelling of PgBouncer.
|
2020-04-01 14:55:11 +02:00 |
django-admin.txt
|
Fixed broken link to Watchmen configuration in docs/ref/django-admin.txt.
|
2020-04-23 18:33:32 +02:00 |
exceptions.txt
|
Refs #31224 -- Doc'd async adapter functions.
|
2020-03-13 07:13:44 +01: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 #31320 -- Warned against using BEGIN/COMMIT in RunSQL.
|
2020-04-01 10:58:41 +02:00 |
paginator.txt
|
Fixed #14218 -- Added Paginator.__iter__().
|
2019-10-02 09:49:31 +02:00 |
request-response.txt
|
Fixed broken links in docs.
|
2020-04-28 10:09:45 +02:00 |
schema-editor.txt
|
Removed obsolete references to South database migrations.
|
2020-03-23 11:55:58 +01:00 |
settings.txt
|
Fixed broken links in docs.
|
2020-04-28 10:09:45 +02:00 |
signals.txt
|
Fixed typo in docs/ref/signals.txt.
|
2019-10-30 16:52:40 +01: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
|
Documented arguments for custom 500 error view.
|
2019-11-06 09:08:15 +01:00 |
utils.txt
|
Refs #30165 -- Removed obsolete doc references to deprecated ugettext() & co.
|
2020-04-20 07:57:24 +02:00 |
validators.txt
|
Capitalized Unicode in docs, strings, and comments.
|
2020-04-20 12:10:33 +02:00 |
views.txt
|
Fixed #30573 -- Rephrased documentation to avoid words that minimise the involved difficulty.
|
2019-09-06 13:27:46 +02:00 |