django/docs/ref
Claude Paroz 676bd084f2 Fixed #32873 -- Deprecated settings.USE_L10N.
Co-authored-by: Mariusz Felisiak <felisiak.mariusz@gmail.com>
2021-09-14 12:05:43 +02:00
..
class-based-views Fixed #21936 -- Allowed DeleteView to work with custom Forms and SuccessMessageMixin. 2021-07-14 09:47:03 +02:00
contrib Fixed #32219 -- Made InlineModelAdmin.verbose_name_plural fallback to its verbose_name. 2021-09-08 13:20:13 +02:00
files Corrected File, ContentFile, and ImageFile signatures in docs. 2021-04-16 06:17:45 +02:00
forms Refs #32338 -- Made RadioSelect/CheckboxSelectMultiple render in <div> tags. 2021-08-27 06:14:01 +02:00
models Clarified type of Window()'s partition_by and order_by arguments. 2021-09-10 11:49:51 +02:00
templates Fixed #30086, Refs #32873 -- Made floatformat template filter independent of USE_L10N. 2021-09-08 08:37:27 +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 #33084 -- Removed incorrect system check for ManyToManyField with limit_choices_to. 2021-09-09 12:07:59 +02:00
clickjacking.txt Refs #32720 -- Updated various links in docs to avoid redirects and use HTTPS. 2021-05-17 09:46:09 +02:00
csrf.txt Made CSRF JavaScript example more reusable. 2021-09-13 06:36:27 +02:00
databases.txt Refs #32956 -- Updated words ending in -wards. 2021-07-30 20:34:50 +02:00
django-admin.txt Fixed #32309 -- Added --exclude option to startapp/startproject management commands. 2021-09-01 12:08:02 +02:00
exceptions.txt Mentioned ASGI handler in SuspiciousOperation docs. 2020-09-09 09:05:28 +02:00
index.txt Refs #32880 -- Moved logging reference to new document. 2021-06-30 07:21:52 +02:00
logging.txt Fixed 32956 -- Lowercased spelling of "web" and "web framework" where appropriate. 2021-07-29 06:24:12 +02:00
middleware.txt Fixed 32956 -- Lowercased spelling of "web" and "web framework" where appropriate. 2021-07-29 06:24:12 +02:00
migration-operations.txt Fixed #31468 -- Allowed specifying migration filename in Operation. 2020-05-28 11:42:53 +02:00
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 32956 -- Lowercased spelling of "web" and "web framework" where appropriate. 2021-07-29 06:24:12 +02:00
schema-editor.txt Corrected BaseDatabaseSchemaEditor.execute() signature in docs. 2021-08-27 06:12:53 +02:00
settings.txt Fixed #32873 -- Deprecated settings.USE_L10N. 2021-09-14 12:05:43 +02:00
signals.txt Fixed #32395 -- Allowed capturing stdout of migration signals. 2021-02-04 11:19:49 +01:00
template-response.txt Fixed #32002 -- Added headers parameter to HttpResponse and subclasses. 2020-10-07 09:19:57 +02:00
unicode.txt Fixed #32357 -- Dropped support for PostgreSQL 9.6 and PostGIS 2.3. 2021-01-19 12:25:20 +01:00
urlresolvers.txt Fixed 32956 -- Lowercased spelling of "web" and "web framework" where appropriate. 2021-07-29 06:24:12 +02:00
urls.txt Fixed 32956 -- Lowercased spelling of "web" and "web framework" where appropriate. 2021-07-29 06:24:12 +02:00
utils.txt Fixed 32956 -- Lowercased spelling of "web" and "web framework" where appropriate. 2021-07-29 06:24:12 +02:00
validators.txt Improved RegexValidator docs. 2020-06-30 12:44:10 +02:00
views.txt Refs #32394 -- Changed STATIC_URL/MEDIA_URL to relative paths in tests and docs where appropriate. 2021-02-06 13:41:35 +01:00