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-27 10:39:40 +00:00
Code
Issues
32
Releases
Wiki
Activity
django
/
docs
/
topics
History
…
..
_images
…
auth
…
class-based-views
…
db
Fixed
#26438
-- Fixed multiple .objects typos in the docs.
2016-03-31 18:27:47 -04:00
forms
…
http
Fixed
#26452
-- Loaded middleware on server start rather than on first request.
2016-04-04 10:12:41 -04:00
i18n
…
testing
…
cache.txt
…
checks.txt
Removed unneeded hint=None/obj=None in system check messages.
2016-02-12 13:01:25 -05:00
conditional-view-processing.txt
…
email.txt
…
external-packages.txt
…
files.txt
…
index.txt
…
install.txt
…
logging.txt
Fixed
#26157
#25321
-- Added sql/params to extra context of schema logger
2016-03-15 17:45:58 +11:00
migrations.txt
…
pagination.txt
…
performance.txt
…
python3.txt
…
security.txt
…
serialization.txt
…
settings.txt
Fixed
#26152
-- Documented how to avoid django.setup() deadlock in standalone scripts.
2016-02-01 13:40:53 -05:00
signals.txt
Removed versionadded/changed annotations for 1.8.
2015-09-23 19:31:11 -04:00
signing.txt
…
templates.txt
…