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-01-31 12:49:21 +00:00
Code
Issues
32
Releases
Wiki
Activity
django
/
docs
/
topics
History
Mariusz Felisiak
bf7b3e2750
Fixed typo in docs/topics/files.txt.
2019-10-29 14:28:05 +01:00
..
_images
…
auth
…
class-based-views
…
db
Refs
#26207
-- Removed obsolete note about slow constructing a model with deferred fields.
2019-10-14 12:51:07 +02:00
forms
Fixed
#11097
-- Added note about parent link fields in formsets for multi-table inheritance models.
2019-10-09 12:20:09 +02:00
http
…
i18n
…
testing
Fixed
#27391
-- Implemented SimpleTestCase.debug().
2019-10-18 12:22:51 +02:00
cache.txt
Fixed
#23755
-- Added support for multiple field names in the no-cache Cache-Control directive to patch_cache_control().
2019-10-10 19:30:51 +02:00
checks.txt
…
conditional-view-processing.txt
…
email.txt
…
external-packages.txt
…
files.txt
Fixed typo in docs/topics/files.txt.
2019-10-29 14:28:05 +01:00
index.txt
…
install.txt
…
logging.txt
…
migrations.txt
Fixed
#30597
-- Clarified how to unapply migrations.
2019-09-27 21:25:27 +02:00
pagination.txt
…
performance.txt
…
security.txt
…
serialization.txt
…
settings.txt
…
signals.txt
Documented the order in which signal receivers are called.
2019-10-28 13:31:23 +01:00
signing.txt
…
templates.txt
…