This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
django
Watch
1
Star
0
Fork
0
You've already forked django
mirror of
https://github.com/django/django.git
synced
2025-03-03 21:55:04 +00:00
Code
Issues
32
Releases
Wiki
Activity
django
/
docs
/
topics
History
Jon Janzen
50f89ae850
Fixed
#35303
-- Implemented async auth backends and utils.
2024-10-07 14:19:41 +02:00
..
auth
Fixed
#35303
-- Implemented async auth backends and utils.
2024-10-07 14:19:41 +02:00
class-based-views
…
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
…
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
…
logging.txt
…
migrations.txt
…
pagination.txt
…
performance.txt
…
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
…