1
0
mirror of https://github.com/django/django.git synced 2024-12-23 09:36:06 +00:00
django/docs/ref
2021-05-12 08:17:06 +02:00
..
class-based-views Fixed #32536 -- Added links to BaseDetailView/BaseListView.get() methods in CBV docs. 2021-03-16 07:34:07 +01:00
contrib Fixed #32670 -- Allowed GDALRasters to use any GDAL virtual filesystem. 2021-05-07 20:03:46 +02:00
files Corrected File, ContentFile, and ImageFile signatures in docs. 2021-04-16 06:17:45 +02:00
forms
models Fixed #32645 -- Fixed QuerySet.update() crash when ordered by joined fields on MySQL/MariaDB. 2021-04-14 21:11:17 +02:00
templates Fixed #32735 -- Made DateFormat.Y() return a zero-padded year. 2021-05-12 08:17:06 +02:00
applications.txt Fixed #32570 -- Removed unnecessary default_auto_field in app config example. 2021-03-19 12:08:46 +01:00
checks.txt Fixed #32678 -- Removed SECURE_BROWSER_XSS_FILTER setting. 2021-04-30 12:32:52 +02:00
clickjacking.txt
csrf.txt Fixed #16010 -- Added Origin header checking to CSRF middleware. 2021-03-18 20:25:20 +01:00
databases.txt Fixed #32456 -- Added dbshell support for specifying a password file on PostgreSQL. 2021-03-01 09:33:49 +01:00
django-admin.txt Fixed #29127 -- Prevented DiscoverRunner from hiding tagged test with syntax errors. 2021-03-30 10:26:20 +02:00
exceptions.txt
index.txt
middleware.txt Fixed #32678 -- Removed SECURE_BROWSER_XSS_FILTER setting. 2021-04-30 12:32:52 +02:00
migration-operations.txt
paginator.txt Fixed page numbers in Paginator.get_elided_page_range() example in docs. 2021-03-24 07:35:24 +01:00
request-response.txt Fixed capitalization of "ECMAScript" and "JavaScript". 2021-04-29 20:29:08 +02:00
schema-editor.txt
settings.txt Fixed #32678 -- Removed SECURE_BROWSER_XSS_FILTER setting. 2021-04-30 12:32:52 +02:00
signals.txt
template-response.txt
unicode.txt
urlresolvers.txt
urls.txt
utils.txt
validators.txt
views.txt