.. |
class-based-views
|
Fixed #31270 -- Doc'd RedirectView.get_redirect_url() arguments.
|
2020-02-14 08:30:16 +01:00 |
contrib
|
Added missing backticks in various docs.
|
2020-03-06 11:52:49 +01:00 |
files
|
Removed unnecessary code-block directives in various docs.
|
2019-12-23 14:47:13 +01:00 |
forms
|
Fixed #8760 -- Changed ModelMultipleChoiceField to use invalid_list as a error message key.
|
2020-03-12 09:36:01 +01:00 |
models
|
Doc'd return values of as_sql() for Func and query expressions.
|
2020-03-06 13:02:08 +01:00 |
templates
|
Fixed #20995 -- Added support for iterables of template names to {% include %} template tag.
|
2020-02-18 06:56:05 +01:00 |
applications.txt
|
Clarified AppConfig.ready() docs example.
|
2020-01-22 13:45:22 +01:00 |
checks.txt
|
Fixed #31185 -- Fixed detecting of unique fields in ForeignKey/ForeignObject checks when using Meta.constraints.
|
2020-02-27 10:53:29 +01: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
|
Fixed #31291 -- Renamed salt to mask for CSRF tokens.
|
2020-02-25 14:16:19 +01:00 |
databases.txt
|
Fixed #31212 -- Updated psycopg links to HTTPS and new location.
|
2020-01-29 06:25:40 +01:00 |
django-admin.txt
|
Refs #31055 -- Added --database option to the check management command.
|
2020-02-07 11:01:31 +01:00 |
exceptions.txt
|
Fixed #27272 -- Added an on_delete RESTRICT handler to allow cascading deletions while protecting direct ones.
|
2019-11-19 10:55:05 +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
|
Clarified SeparateDatabaseAndState docs and added example of changing ManyToManyField.
|
2020-03-10 11:07:36 +01:00 |
paginator.txt
|
Fixed #14218 -- Added Paginator.__iter__().
|
2019-10-02 09:49:31 +02:00 |
request-response.txt
|
Reverted "Fixed #30565 -- Closed HttpResponse when wsgi.file_wrapper closes file-like object."
|
2020-02-11 20:39:12 +01:00 |
schema-editor.txt
|
Removed versionadded/changed annotations for 2.2.
|
2019-09-10 12:01:00 +02:00 |
settings.txt
|
Fixed #31232 -- Changed default SECURE_REFERRER_POLICY to 'same-origin'.
|
2020-02-05 14:39:01 +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
|
Removed unnecessary /static from links to PostgreSQL docs.
|
2019-03-29 21:49:44 -04: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
|
Corrected learn_cache_key() signature in docs.
|
2020-03-10 08:54:45 +01: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 |