0
0
mirror of https://github.com/django/django.git synced 2024-11-24 20:07:01 +01:00
django/docs/ref
Yash 35ab2e0182 Fixed #35731 -- Extended db_default docs.
This added a missing db_default reference in docs/topics/db/models.txt,
and added a reference to the DatabaseDefault object.
2024-10-23 11:48:30 +02:00
..
class-based-views
contrib Refs #34406 -- Added support for GDAL curved geometries. 2024-10-22 17:24:36 -03:00
files
forms Used :pypi: role in docs where appropriate. 2024-08-05 10:35:50 -03:00
models Fixed #35731 -- Extended db_default docs. 2024-10-23 11:48:30 +02:00
templates Added missing alt attribute to <img> tag in docs. 2024-10-22 14:18:20 +02:00
applications.txt
checks.txt Fixed #35656 -- Added an autodetector attribute to the makemigrations and migrate commands. 2024-10-15 16:39:12 +02:00
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 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 #35727 -- Added HttpResponse.text property. 2024-10-16 11:52:22 +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