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-10-31 09:41:08 +00:00
Code
Issues
32
Releases
Wiki
Activity
Files
05a828a1aea83f499da15dbaaa98a4ce21f7381b
django
/
django
/
views
History
Adit Biswas
4e675999d5
[1.11.x]
Fixed
#28209
-- Made date-based generic views return a 404 rather than crash when given an out of range date.
...
Backport of
c2eea61dff
from master
2017-05-30 13:32:20 -04:00
..
decorators
Fixed E305 flake8 warnings.
2016-11-14 12:30:46 -05:00
generic
[1.11.x]
Fixed
#28209
-- Made date-based generic views return a 404 rather than crash when given an out of range date.
2017-05-30 13:32:20 -04: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
#28122
-- Fixed crash when overriding views.static.directory_index()'s template.
2017-04-25 11:01:34 -04:00