1
0
mirror of https://github.com/django/django.git synced 2024-12-25 18:46:22 +00:00
django/docs/ref
2020-03-31 10:46:48 +02:00
..
class-based-views Fixed #19878 -- Deprecated TemplateView passing URL kwargs into context. 2020-03-23 08:11:14 +01:00
contrib Fixed #31330 -- Corrected catchall URL pattern in flatpages docs. 2020-03-26 08:57:02 +01:00
files Removed unnecessary code-block directives in various docs. 2019-12-23 14:47:13 +01:00
forms Fixed #7664 -- Allowed customizing suffixes of MultiWidget.widgets' names. 2020-03-24 20:05:18 +01:00
models Fixed #31403 -- Added support for returning fields from INSERT statements on MariaDB 10.5+. 2020-03-31 07:25:50 +02: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 #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 #31400 -- Doc'd the expected type of CONN_MAX_AGE database option. 2020-03-27 06:32:42 +01:00
django-admin.txt Fixed #31402 -- Added migrate --check option. 2020-03-26 20:12:39 +01:00
exceptions.txt Refs #31224 -- Doc'd async adapter functions. 2020-03-13 07:13:44 +01:00
index.txt
middleware.txt Fixed some typos in comments and docs. 2019-10-02 15:50:46 +02:00
migration-operations.txt Improved docs on migration reversibility. (#12619) 2020-03-25 14:37:54 +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 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
unicode.txt
urlresolvers.txt
urls.txt Documented arguments for custom 500 error view. 2019-11-06 09:08:15 +01:00
utils.txt Fixed #30864 -- Doc'd classproperty decorator. 2020-03-31 10:46:48 +02:00
validators.txt Fixed #31029 -- Used more specific links to RFCs. 2019-11-27 20:54:38 +01:00
views.txt