0
0
mirror of https://github.com/django/django.git synced 2024-11-28 10:48:32 +01:00
django/docs/ref
2024-10-02 13:15:21 -03:00
..
class-based-views
contrib Fixed #35776 -- Dropped support for GDAL 3.0. 2024-09-19 17:26:30 +02:00
files
forms
models Fixed #35748 -- Documented that fields are excluded from a ModelForm when formfield() returns None. 2024-09-19 15:19:08 +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 Fixed #35702 -- Removed connection pooling note for mysql drivers. 2024-08-30 09:08:32 +02:00
django-admin.txt Fixed typo of --no-startup in django-admin docs. 2024-08-13 11:18:42 +02:00
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 Fixed #35670 -- Clarified the return value for LoginRequiredMiddleware's methods. 2024-10-02 13:15:21 -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 Fixed #35668 -- Added mapping support to format_html_join. 2024-08-20 08:20:34 +02:00
validators.txt
views.txt