0
0
mirror of https://github.com/django/django.git synced 2024-11-22 11:57:34 +01:00
django/docs/topics
Mariusz Felisiak 5f0ed95e10 Updated sign() outputs in Cryptographic signing docs.
Signer/TimestampSigner use SHA-256 by default.
Follow up to 71c4fb7beb.
2024-09-25 19:52:18 +02:00
..
auth Fixed #35767 -- Adjusted customizing User model docs. 2024-09-16 17:40:11 -03:00
class-based-views Fixed #35631 -- Added HttpRequest.get_preferred_type(). 2024-09-09 12:02:18 +02:00
db Refs #35060 -- Fixed the update to update_fields in overridden save() method docs. 2024-09-11 13:23:36 +02:00
forms
http
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