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
b23d264046
django1
/
django
/
views
/
decorators
History
Vytis Banaitis
8838d4dd49
Refs
#23919
-- Replaced kwargs.pop() with keyword-only arguments.
2017-02-01 11:41:56 -05:00
..
__init__.py
Imported Django from private SVN repository (created from r. 8825)
2005-07-13 01:25:57 +00:00
cache.py
Refs
#23919
-- Replaced kwargs.pop() with keyword-only arguments.
2017-02-01 11:41:56 -05:00
clickjacking.py
Refs
#23919
-- Removed django.utils.decorators.available_attrs() usage.
2017-01-21 13:20:17 -05:00
csrf.py
Refs
#23919
-- Replaced super(ClassName, self) with super().
2017-01-25 12:23:46 -05:00
debug.py
Fixed
#21285
-- Fixed E121,E122 pep8 warnings
2013-10-17 20:20:11 -04:00
gzip.py
Sorted imports with isort; refs
#23860
.
2015-02-06 08:16:28 -05:00
http.py
Refs
#23919
-- Removed django.utils.decorators.available_attrs() usage.
2017-01-21 13:20:17 -05:00
vary.py
Refs
#23919
-- Removed django.utils.decorators.available_attrs() usage.
2017-01-21 13:20:17 -05:00