1
0
mirror of https://github.com/django/django.git synced 2025-01-10 18:36:05 +00:00
django/docs/ref
Carlton Gibson 476d4d5087 Refs #32339 -- Allowed renderer to specify default form and formset templates.
Co-authored-by: David Smith <smithdc@gmail.com>
2022-04-27 10:21:04 +02:00
..
class-based-views Updated note about ListView pagination example in CBV docs. 2022-04-19 21:38:49 +02:00
contrib Fixed #27471 -- Made admin's filter choices collapsable. 2022-04-26 08:44:31 +02:00
files
forms Refs #32339 -- Allowed renderer to specify default form and formset templates. 2022-04-27 10:21:04 +02:00
models Fixed #33646 -- Added async-compatible interface to QuerySet. 2022-04-26 20:25:23 +02:00
templates Fixed #33639 -- Enabled cached template loader in development. 2022-04-19 12:13:27 +02:00
applications.txt Corrected AppConfig.get_models() signature in docs. 2022-03-14 06:54:16 +01:00
checks.txt
clickjacking.txt
csrf.txt Refs #28592 -- Created a new CSRF how-to document. 2022-03-17 06:53:53 +01:00
databases.txt Added TiDB to list of third-party DB backends. 2022-04-20 08:11:17 +02:00
django-admin.txt
exceptions.txt
index.txt
logging.txt
middleware.txt Corrected CSRF reference in middleware docs. 2022-03-17 06:03:10 +01:00
migration-operations.txt
paginator.txt
request-response.txt
schema-editor.txt
settings.txt Fixed #33569 -- Added SECURE_PROXY_SSL_HEADER support for list of protocols in the header value. 2022-03-23 19:33:36 +01:00
signals.txt Changed some words to use inline markup. 2022-03-10 10:18:31 +01:00
template-response.txt
unicode.txt Updated Oracle docs links to Oracle 21c. 2022-03-29 09:41:57 +02:00
urlresolvers.txt Fixed #16406 -- Added ResolveMatch.captured_kwargs and extra_kwargs. 2022-03-29 10:27:40 +02:00
urls.txt
utils.txt Refs #32365 -- Deprecated django.utils.timezone.utc. 2022-03-29 14:47:44 +02:00
validators.txt
views.txt