1
0
mirror of https://github.com/django/django.git synced 2024-12-28 20:16:19 +00:00
django/docs/ref
2021-11-23 07:58:44 +01:00
..
class-based-views Refs #32956 -- Capitalized HTTP/HTTPS in comments, docs, and docstrings. 2021-10-20 08:40:19 +02:00
contrib Refs #19721 -- Moved ModelAdmin.list_filter docs into a separate file. 2021-11-18 14:01:04 +01:00
files Removed versionadded/changed annotations for 3.2. 2021-09-20 21:23:01 +02:00
forms Refs #31026 -- Improved BoundField.label_tag() docs. 2021-10-06 20:30:53 +02:00
models Fixed #33304 -- Allowed passing string expressions to Window(order_by). 2021-11-23 07:58:44 +01:00
templates Fixed #33302 -- Made element_id optional argument for json_script template filter. 2021-11-22 11:52:19 +01:00
applications.txt Removed versionadded/changed annotations for 3.2. 2021-09-20 21:23:01 +02:00
checks.txt Fixed #32987 -- Added system check for template tag modules with the same name. 2021-10-20 11:15:47 +02:00
clickjacking.txt
csrf.txt Fixed broken links and redirects in docs. 2021-09-21 09:27:44 +02:00
databases.txt Added Google Cloud Spanner to list of third-party DB backends. 2021-11-01 08:47:41 +01:00
django-admin.txt Removed versionadded/changed annotations for 3.2. 2021-09-20 21:23:01 +02:00
exceptions.txt Refs #32956 -- Capitalized HTTP/HTTPS in comments, docs, and docstrings. 2021-10-20 08:40:19 +02:00
index.txt
logging.txt Fixed 32956 -- Lowercased spelling of "web" and "web framework" where appropriate. 2021-07-29 06:24:12 +02:00
middleware.txt Removed versionadded/changed annotations for 3.2. 2021-09-20 21:23:01 +02:00
migration-operations.txt Removed versionadded/changed annotations for 3.2. 2021-09-20 21:23:01 +02:00
paginator.txt Doc'd a precise exception type in Paginator.page() docs. 2021-10-13 08:46:46 +02:00
request-response.txt Removed versionadded/changed annotations for 3.2. 2021-09-20 21:23:01 +02:00
schema-editor.txt Corrected BaseDatabaseSchemaEditor.execute() signature in docs. 2021-08-27 06:12:53 +02:00
settings.txt Refs #32956 -- Changed docs to treat the acronym HTTP phonetically. 2021-10-18 21:00:28 +02:00
signals.txt
template-response.txt Removed versionadded/changed annotations for 3.2. 2021-09-20 21:23:01 +02:00
unicode.txt Improved docs regarding UTF-8 support with Apache and mod_wsgi. 2021-10-08 12:26:06 +02:00
urlresolvers.txt Removed versionadded/changed annotations for 3.2. 2021-09-20 21:23:01 +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 Removed versionadded/changed annotations for 3.2. 2021-09-20 21:23:01 +02:00
validators.txt Refs #31670 -- Removed whitelist argument and domain_whitelist attribute in EmailValidator per deprecation timeline. 2021-09-20 21:23:01 +02:00
views.txt