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-08 00:16:31 +00:00
Code
Issues
32
Releases
Wiki
Activity
django
/
docs
/
ref
History
Jon Dufresne
50e299dbfb
Fixed
#26928
-- Changed forms' checked attribute to HTML5 boolean style.
2016-08-04 19:16:54 -04:00
..
class-based-views
…
contrib
Fixed
#26946
-- Clarified instructions for customizing collectstatic's ignore_patterns.
2016-07-25 10:05:40 -04:00
files
…
forms
Fixed
#26928
-- Changed forms' checked attribute to HTML5 boolean style.
2016-08-04 19:16:54 -04:00
models
…
templates
…
applications.txt
Fixed
#26601
-- Improved middleware per DEP 0005.
2016-05-17 07:22:22 -04:00
checks.txt
…
clickjacking.txt
…
csrf.txt
…
databases.txt
…
django-admin.txt
Fixed
#26791
-- Replaced LiveServerTestCase port ranges with binding to port 0.
2016-06-23 12:04:05 -04:00
exceptions.txt
…
index.txt
…
middleware.txt
…
migration-operations.txt
…
request-response.txt
…
schema-editor.txt
…
settings.txt
Fixed
#17209
-- Added password reset/change class-based views
2016-07-16 10:36:12 +02:00
signals.txt
…
template-response.txt
Fixed typo in docs/ref/template-response.txt.
2016-04-18 07:50:13 -04:00
unicode.txt
…
urlresolvers.txt
Fixed capitalization of "URL pattern".
2016-07-06 15:31:12 -04:00
urls.txt
Fixed
#26776
-- Documented url()'s view argument.
2016-06-20 11:53:29 -04:00
utils.txt
…
validators.txt
…
views.txt
…