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 02:29:55 +00:00
Code
Issues
32
Releases
Wiki
Activity
django
/
docs
/
ref
History
…
..
class-based-views
Fixed
#29038
-- Removed closing slash from HTML void tags.
2018-01-21 02:09:10 -05:00
contrib
…
files
…
forms
…
models
Fixed
#29178
-- Allowed Index.fields to accept a tuple.
2018-03-08 10:56:55 -05:00
templates
Fixed
#17419
-- Added json_tag template filter.
2018-02-07 18:38:12 -05:00
applications.txt
…
checks.txt
…
clickjacking.txt
…
csrf.txt
…
databases.txt
…
django-admin.txt
…
exceptions.txt
…
index.txt
Moved CSRF docs out of contrib.
2014-11-03 07:47:39 -05:00
middleware.txt
Updated various links in docs to use HTTPS.
2018-01-07 14:28:41 +01:00
migration-operations.txt
…
request-response.txt
…
schema-editor.txt
…
settings.txt
Fixed
#29161
-- Removed BCryptPasswordHasher from PASSWORD_HASHERS.
2018-02-26 09:05:18 -05:00
signals.txt
…
template-response.txt
…
unicode.txt
…
urlresolvers.txt
…
urls.txt
…
utils.txt
…
validators.txt
…
views.txt
…