1
0
mirror of https://github.com/django/django.git synced 2024-12-23 01:25:58 +00:00
django/docs/ref
2020-03-16 10:27:23 +01:00
..
class-based-views Fixed #31270 -- Doc'd RedirectView.get_redirect_url() arguments. 2020-02-14 08:30:16 +01:00
contrib Fixed #31340 -- Allowed query expressions in SearchQuery.value and __search lookup. 2020-03-16 10:27:23 +01:00
files
forms Fixed #31362 -- Removed nonexistent choices attribute from MultipleHiddenInput's docs. 2020-03-14 20:21:04 +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
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
csrf.txt Fixed #31291 -- Renamed salt to mask for CSRF tokens. 2020-02-25 14:16:19 +01:00
databases.txt
django-admin.txt Refs #31055 -- Added --database option to the check management command. 2020-02-07 11:01:31 +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 Fixed #31232 -- Changed default SECURE_REFERRER_POLICY to 'same-origin'. 2020-02-05 14:39:01 +01:00
signals.txt
template-response.txt
unicode.txt
urlresolvers.txt
urls.txt
utils.txt Corrected learn_cache_key() signature in docs. 2020-03-10 08:54:45 +01:00
validators.txt
views.txt