This website requires JavaScript.
Explore
Help
Sign In
innov
/
django1
Watch
1
Star
0
Fork
You've already forked django1
0
Code
Issues
Pull Requests
1
Projects
Releases
Wiki
Activity
5d556d2aaf
django1
/
django
/
views
History
Tim Graham
91bbe7b1c1
[1.11.x]
Fixed
#28079
-- Restored "No POST data" (rather than an empty table) in HTML debug page.
...
Regression in
7b6dccc82f
Backport of
8c6a3062dd
from master
2017-04-15 09:21:54 -04:00
..
decorators
Fixed E305 flake8 warnings.
2016-11-14 12:30:46 -05:00
generic
Added period in BaseFormView docstring.
2016-12-08 07:39:15 -05:00
__init__.py
Fixed
#25385
-- Allowed importing views.generic.View from views.View.
2016-01-11 08:18:44 -05:00
csrf.py
Fixed
#27258
-- Prohibited django.Template.render() with non-dict context.
2016-12-28 16:03:20 -05:00
debug.py
[1.11.x]
Fixed
#28079
-- Restored "No POST data" (rather than an empty table) in HTML debug page.
2017-04-15 09:21:54 -04:00
defaults.py
Fixed
#26567
-- Updated references to obsolete RFC2616.
2016-05-03 11:14:40 -04:00
i18n.py
Fixed
#27418
-- Fixed occasional missing plural forms in JavaScriptCatalog.
2016-12-14 18:20:30 -05:00
static.py
[1.11.x] Fixed CVE-2017-7234 -- Fixed open redirect vulnerability in views.static.serve().
2017-04-04 10:46:50 -04:00