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
3d94ee8500
django1
/
django
/
views
History
Дилян Палаузов
23bf4ad87f
Fixed
#28795
-- Removed 'not in' checks and used dict.setdefault().
2017-11-14 10:52:52 -05:00
..
decorators
Fixed
#28795
-- Removed 'not in' checks and used dict.setdefault().
2017-11-14 10:52:52 -05:00
generic
Fixed
#28795
-- Removed 'not in' checks and used dict.setdefault().
2017-11-14 10:52:52 -05:00
templates
Refs
#28457
-- Removed unused .next-step CSS in django/views/templates/default_urlconf.html.
2017-10-28 07:59:59 -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
#28508
-- Set the foreground color to black in CSRF and 404 error templates.
2017-09-21 10:23:23 -04:00
debug.py
Reverted "Fixed
#27818
-- Replaced try/except/pass with contextlib.suppress()."
2017-09-07 08:16:21 -04:00
defaults.py
Refs
#27795
-- Replaced many force_text() with str()
2017-04-27 09:10:02 +02:00
i18n.py
Removed unneeded iter() calls.
2017-08-23 16:48:29 -04:00
static.py
Fixed
#28122
-- Fixed crash when overriding views.static.directory_index()'s template.
2017-04-25 11:01:21 -04:00