..
class-based-views
Fixed #19878 -- Deprecated TemplateView passing URL kwargs into context.
2020-03-23 08:11:14 +01:00
contrib
Improved message example in admin actions documentation.
2020-04-16 11:26:33 +02:00
files
Used :rfc: role in various docs.
2020-04-15 18:31:30 +02:00
forms
Refs #10427 -- Corrected BoundField.css_classes() signature in docs.
2020-04-10 07:37:54 +02:00
models
Fixed term warning on Sphinx 3.0.1+.
2020-04-14 09:32:09 +02:00
templates
Fixed typo in docs/ref/templates/builtins.txt.
2020-04-15 10:41:19 +02:00
applications.txt
Clarified AppConfig.ready() docs example.
2020-01-22 13:45:22 +01:00
checks.txt
Fixed #31351 -- Added system checks for partial indexes and unique constraints support.
2020-04-10 12:00:27 +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 #29501 -- Allowed dbshell to pass options to underlying tool.
2020-04-14 14:02:51 +01: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
Prevented (and corrected) single backtick usage in docs.
2020-04-01 14:55:11 +02:00
schema-editor.txt
Removed obsolete references to South database migrations.
2020-03-23 11:55:58 +01:00
settings.txt
Fixed #31400 -- Doc'd the expected type of CONN_MAX_AGE database option.
2020-03-27 06:32:42 +01: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
Used :rfc: role in various docs.
2020-04-15 18:31:30 +02:00
validators.txt
Fixed #31029 -- Used more specific links to RFCs.
2019-11-27 20:54:38 +01:00
views.txt
Fixed #30573 -- Rephrased documentation to avoid words that minimise the involved difficulty.
2019-09-06 13:27:46 +02:00