..
class-based-views
[3.0.x] Fixed #31270 -- Doc'd RedirectView.get_redirect_url() arguments.
2020-02-14 10:33:20 +01:00
contrib
[3.0.x] Fixed #31330 -- Updated flatpages URLconf example to work with APPEND_SLASH.
2020-03-14 20:10:05 +01:00
files
[3.0.x] Removed unnecessary code-block directives in various docs.
2019-12-23 14:48:16 +01:00
forms
[3.0.x] Fixed #31362 -- Removed nonexistent choices attribute from MultipleHiddenInput's docs.
2020-03-14 20:21:47 +01:00
models
[3.0.x] Fixed #31368 -- Doc'd 'expression' parameter of Field.from_db_value()/Expression.convert_value().
2020-03-18 11:57:25 +01:00
templates
[3.0.x] Refs #25778 -- Updated some links to HTTPS and new locations.
2020-01-29 09:35:45 +01:00
applications.txt
[3.0.x] Clarified AppConfig.ready() docs example.
2020-01-22 13:52:23 +01:00
checks.txt
[3.0.x] Removed hint from fields.E310 message in system check docs.
2020-02-26 12:01:32 +01:00
clickjacking.txt
[3.0.x] Fixed #30732 -- Doc'd that SameSite cookies flags can affect xframe_options_exempt.
2019-09-24 08:43:55 +02:00
csrf.txt
[3.0.x] Fixed #31029 -- Used more specific links to RFCs.
2019-11-28 07:59:46 +01:00
databases.txt
[3.0.x] Fixed #31212 -- Updated psycopg links to HTTPS and new location.
2020-01-29 06:53:43 +01:00
django-admin.txt
[3.0.x] Fixed typo in docs/ref/django-admin.txt.
2020-01-13 12:39:44 +01:00
exceptions.txt
[3.0.x] Refs #31224 -- Doc'd async adapter functions.
2020-03-13 07:37:30 +01:00
index.txt
Fixed #28581 -- Moved django.core.paginator documentation to API Reference.
2019-07-04 11:04:39 +02:00
middleware.txt
[3.0.x] Refs #15396 -- Mentioned full path to GZipMiddleware in documentation.
2019-10-02 14:59:04 +02:00
migration-operations.txt
[3.0.x] Improved docs on migration reversibility.
2020-03-25 14:39:17 +01:00
paginator.txt
Fixed #28581 -- Moved django.core.paginator documentation to API Reference.
2019-07-04 11:04:39 +02:00
request-response.txt
[3.0.x] Reverted "Fixed #30565 -- Closed HttpResponse when wsgi.file_wrapper closes file-like object."
2020-02-11 20:40:17 +01:00
schema-editor.txt
[3.0.x] Removed obsolete references to South database migrations.
2020-03-23 11:56:27 +01:00
settings.txt
[3.0.x] Fixed #31126 -- Doc'd STATICFILES_DIRS namespacing in static files how-to.
2020-01-29 10:36:52 +01:00
signals.txt
[3.0.x] Fixed typo in docs/ref/signals.txt.
2019-10-30 16:53:10 +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
Removed unnecessary /static from links to PostgreSQL docs.
2019-03-29 21:49:44 -04:00
urlresolvers.txt
Fixed #28766 -- Added ResolverMatch.route.
2018-12-06 18:05:40 -05:00
urls.txt
[3.0.x] Documented arguments for custom 500 error view.
2019-11-06 09:27:23 +01:00
utils.txt
[3.0.x] Corrected learn_cache_key() signature in docs.
2020-03-10 08:55:19 +01:00
validators.txt
[3.0.x] Fixed #31029 -- Used more specific links to RFCs.
2019-11-28 07:59:46 +01:00
views.txt
Fixed #30573 -- Rephrased documentation to avoid words that minimise the involved difficulty.
2019-09-06 13:27:46 +02:00