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-03-13 02:40:47 +00:00
Code
Issues
32
Releases
Wiki
Activity
django
/
django
/
views
/
decorators
History
Дилян Палаузов
23bf4ad87f
Fixed
#28795
-- Removed 'not in' checks and used dict.setdefault().
2017-11-14 10:52:52 -05:00
..
__init__.py
…
cache.py
Refs
#27656
-- Updated django.views docstring verbs according to PEP 257.
2017-03-03 17:05:42 -05:00
clickjacking.py
Refs
#27656
-- Updated django.views docstring verbs according to PEP 257.
2017-03-03 17:05:42 -05:00
csrf.py
Refs
#27656
-- Updated django.views docstring verbs according to PEP 257.
2017-03-03 17:05:42 -05:00
debug.py
Refs
#27656
-- Updated django.views docstring verbs according to PEP 257.
2017-03-03 17:05:42 -05:00
gzip.py
Sorted imports with isort; refs
#23860
.
2015-02-06 08:16:28 -05:00
http.py
Fixed
#28795
-- Removed 'not in' checks and used dict.setdefault().
2017-11-14 10:52:52 -05:00
vary.py
Refs
#23919
-- Removed django.utils.decorators.available_attrs() usage.
2017-01-21 13:20:17 -05:00