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-04 06:05:02 +00:00
Code
Issues
32
Releases
Wiki
Activity
django
/
docs
/
ref
History
Luke Plant
840ffd80ba
Noted that SECURE_PROXY_SSL_HEADER is needed by CSRF protection.
...
Both false positives and false negatives of HttpRequest.is_secure can be dangerous.
2012-06-04 21:41:05 +01:00
..
contrib
…
files
Marked bytestrings with b prefix. Refs
#18269
2012-05-19 17:43:34 +02:00
forms
…
models
…
templates
Fixed
#18259
-- Specified that ROOT_URLCONF might be needed.
2012-06-02 11:38:23 +02:00
authbackends.txt
…
class-based-views.txt
Fixed
#18353
-- Inconsistency in date-based CBVs.
2012-05-24 13:02:19 +02:00
clickjacking.txt
…
databases.txt
…
django-admin.txt
…
exceptions.txt
…
index.txt
…
middleware.txt
…
request-response.txt
…
settings.txt
Noted that SECURE_PROXY_SSL_HEADER is needed by CSRF protection.
2012-06-04 21:41:05 +01:00
signals.txt
…
template-response.txt
…
unicode.txt
Marked bytestrings with b prefix. Refs
#18269
2012-05-19 17:43:34 +02:00
utils.txt
…
validators.txt
…