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-02-10 01:16:53 +00:00
Code
Issues
32
Releases
Wiki
Activity
django
/
docs
/
ref
History
Vaclav Ehrlich
369fa471f4
Fixed
#26201
-- Documented the consequences of rotating the CSRF token on login.
2016-04-05 11:02:38 -04:00
..
class-based-views
…
contrib
Fixed
#26450
-- Corrected "Save as new" button label in docs.
2016-04-04 08:09:24 -04:00
files
…
forms
Correct number of extra arguments in docs for FilePathField.
2016-04-03 12:38:35 +02:00
models
Fixed
#22268
-- Documented values_list() behavior for multivalued relations.a
2016-04-02 07:20:11 -04:00
templates
…
applications.txt
…
checks.txt
Fixed
#26365
-- Added a system check to ensure "string_is_invalid" is a string.
2016-03-21 13:01:38 -04:00
clickjacking.txt
…
csrf.txt
Fixed
#26201
-- Documented the consequences of rotating the CSRF token on login.
2016-04-05 11:02:38 -04:00
databases.txt
…
django-admin.txt
…
exceptions.txt
…
index.txt
…
middleware.txt
…
migration-operations.txt
…
request-response.txt
…
schema-editor.txt
…
settings.txt
Fixed
#26419
-- Added a link in ALLOWED_HOSTS docs.
2016-04-04 11:08:12 -04:00
signals.txt
…
template-response.txt
…
unicode.txt
…
urlresolvers.txt
…
urls.txt
…
utils.txt
…
validators.txt
…
views.txt
…