0
0
mirror of https://github.com/django/django.git synced 2024-11-22 11:57:34 +01:00
django/docs/topics
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
..
auth Fixed #35782 -- Allowed overriding password validation error messages. 2024-10-15 17:23:39 +02:00
class-based-views Fixed #35631 -- Added HttpRequest.get_preferred_type(). 2024-09-09 12:02:18 +02:00
db Fixed #35731 -- Extended db_default docs. 2024-10-23 11:48:30 +02:00
forms
http Fixed #35401 -- Documented the conditional_page() decorator. 2024-06-12 13:11:29 +02:00
i18n Dropped safeguards against very old versions of gettext. 2024-08-30 13:39:04 +02:00
testing Fixed #35660 -- Made serialized_rollback and fixture data available in TransactionTestCase.setUpClass(). 2024-09-17 09:53:46 +02:00
async.txt
cache.txt
checks.txt
conditional-view-processing.txt
email.txt Added example of email sending with additional capabilities to docs/topics/email.txt. 2024-09-11 13:04:43 -03:00
external-packages.txt
files.txt
index.txt
install.txt Relocated database setup details to install docs to simplify tutorial 2. 2024-07-04 15:30:52 -03:00
logging.txt
migrations.txt
pagination.txt
performance.txt Used :pypi: role in docs where appropriate. 2024-08-05 10:35:50 -03:00
security.txt
serialization.txt Fixed #29522 -- Refactored the Deserializer functions to classes. 2024-09-17 11:00:49 +02:00
settings.txt
signals.txt
signing.txt Updated sign() outputs in Cryptographic signing docs. 2024-09-25 19:52:18 +02:00
templates.txt