0
0
mirror of https://github.com/django/django.git synced 2024-12-01 07:31:48 +01:00
django/docs/ref
2020-10-13 10:36:46 +02:00
..
class-based-views
contrib Fixed #32041 -- Doc'd how to modify served files' content types on Windows. 2020-10-01 13:32:26 +02:00
files Fixed #30422 -- Made TemporaryFileUploadHandler handle interrupted uploads. 2020-09-30 10:30:43 +02:00
forms Fixed #23681, Fixed #27445 -- Doc'd setting choices for NullBooleanField widgets. 2020-10-08 12:39:02 +02:00
models Fixed #32060 -- Added Random database function. 2020-10-02 06:58:03 +02:00
templates Fixed #20601 -- Allowed forcing format with thousand separators in floatformat filter. 2020-10-13 10:36:46 +02:00
applications.txt
checks.txt Fixed #31777 -- Added support for database collations to Char/TextFields. 2020-09-21 18:24:56 +02:00
clickjacking.txt
csrf.txt Fixed #32065 -- Restored leading dot to CSRF_COOKIE_DOMAIN examples. 2020-10-07 10:03:10 +02:00
databases.txt Refs #31777 -- Doc'd Char/TextField.db_collation parameter in MySQL notes. 2020-10-02 13:29:50 +02:00
django-admin.txt
exceptions.txt Mentioned ASGI handler in SuspiciousOperation docs. 2020-09-09 09:05:28 +02:00
index.txt
middleware.txt
migration-operations.txt
paginator.txt
request-response.txt Fixed #29356 -- Clarified docs for QueryDict.getlist() default. 2020-10-08 14:19:51 +02:00
schema-editor.txt
settings.txt Fixed #32065 -- Restored leading dot to CSRF_COOKIE_DOMAIN examples. 2020-10-07 10:03:10 +02:00
signals.txt
template-response.txt Fixed #32002 -- Added headers parameter to HttpResponse and subclasses. 2020-10-07 09:19:57 +02:00
unicode.txt
urlresolvers.txt Fixed #31791 -- Made technical 404 debug page display the tried URL patterns for Http404. 2020-09-07 06:54:19 +02:00
urls.txt
utils.txt
validators.txt
views.txt