django/docs/ref
Hannes Ljungberg 0b51a4f894 Fixed #28194 -- Added support for normalization and cover density to SearchRank. 2020-03-23 11:00:55 +01:00
..
class-based-views Fixed #19878 -- Deprecated TemplateView passing URL kwargs into context. 2020-03-23 08:11:14 +01:00
contrib Fixed #28194 -- Added support for normalization and cover density to SearchRank. 2020-03-23 11:00:55 +01:00
files
forms Fixed #31362 -- Removed nonexistent choices attribute from MultipleHiddenInput's docs. 2020-03-14 20:21:04 +01:00
models Refs #29724 -- Added is_dst parameter to QuerySet.datetimes(). 2020-03-20 12:55:33 +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
checks.txt Fixed #31144 -- Relaxed system check for max_length of CharFields on MySQL/MariaDB by turning into a warning. 2020-03-20 12:28:10 +01:00
clickjacking.txt
csrf.txt Fixed #31291 -- Renamed salt to mask for CSRF tokens. 2020-02-25 14:16:19 +01:00
databases.txt Fixed #31144 -- Relaxed system check for max_length of CharFields on MySQL/MariaDB by turning into a warning. 2020-03-20 12:28:10 +01:00
django-admin.txt Fixed #31123 -- Added --include-stale-apps option to the remove_stale_contenttypes management command. 2020-03-19 11:48:10 +01:00
exceptions.txt Refs #31224 -- Doc'd async adapter functions. 2020-03-13 07:13:44 +01:00
index.txt
middleware.txt
migration-operations.txt Clarified SeparateDatabaseAndState docs and added example of changing ManyToManyField. 2020-03-10 11:07:36 +01:00
paginator.txt
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
settings.txt
signals.txt
template-response.txt
unicode.txt
urlresolvers.txt
urls.txt
utils.txt Fixed #31224 -- Added support for asynchronous views and middleware. 2020-03-18 19:59:12 +01:00
validators.txt
views.txt