0
0
mirror of https://github.com/django/django.git synced 2024-12-01 15:42:04 +01:00
django/docs/ref
2020-10-01 13:32:26 +02:00
..
class-based-views Fixed #31877 -- Reverted "Fixed #19878 -- Deprecated TemplateView passing URL kwargs into context." 2020-08-24 11:37:59 +02:00
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 #28009 -- Doc'd empty_value for CharField subclasses. 2020-09-25 12:36:33 +02:00
models Fixed example of QuerySet.explain() with flags in docs. 2020-09-23 11:47:31 +02:00
templates Fixed #29336 -- Doc'd circular template inheritance 2020-08-05 11:36:14 +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
databases.txt
django-admin.txt Fixed typo in docs/ref/django-admin.txt. 2020-08-18 06:28:30 +02:00
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 Fixed #25513 -- Extracted admin pagination to Paginator.get_elided_page_range(). 2020-08-06 12:38:56 +02:00
request-response.txt Fixed #32057 -- Doc'd HttpResponse.get()/items(). 2020-10-01 09:44:40 +02:00
schema-editor.txt
settings.txt Fixed #32012 -- Made test database creation sync apps models when migrations are disabled. 2020-09-23 10:54:04 +02:00
signals.txt
template-response.txt
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