1
0
mirror of https://github.com/django/django.git synced 2025-01-03 06:55:47 +00:00
django/docs/ref
2024-10-10 09:20:37 +02:00
..
class-based-views
contrib Fixed #35303 -- Implemented async auth backends and utils. 2024-10-07 14:19:41 +02:00
files
forms
models Fixed #35103 -- Used provided error code and message when fields is set without a condition on UniqueConstraint. 2024-10-10 09:20:37 +02:00
templates Fixed #35797 -- Removed debug context processor from default project template. 2024-09-30 16:52:28 -03:00
applications.txt
checks.txt
clickjacking.txt
csrf.txt
databases.txt
django-admin.txt
exceptions.txt
index.txt
logging.txt Fixed CVE-2024-45231 -- Avoided server error on password reset when email sending fails. 2024-09-03 09:22:32 -03:00
middleware.txt Reindented attributes and methods for classes in docs/ref/middleware.txt. 2024-10-02 14:21:10 -03:00
migration-operations.txt
paginator.txt
request-response.txt Fixed #35631 -- Added HttpRequest.get_preferred_type(). 2024-09-09 12:02:18 +02:00
schema-editor.txt
settings.txt Added EMAIL_USE_SSL to the 'Core Settings Topical Index' docs. 2024-09-03 10:16:20 +02:00
signals.txt
template-response.txt
unicode.txt
urlresolvers.txt
urls.txt Relocated path() explanation to docs/ref/urls.txt to simplify tutorial 1. 2024-09-30 13:31:26 -03:00
utils.txt
validators.txt
views.txt