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-02-24 17:15:03 +00:00
Code
Issues
32
Releases
Wiki
Activity
django
/
django
/
views
History
Jon Dufresne
2c69824e5a
Refs
#23968
-- Removed unnecessary lists, generators, and tuple calls.
2017-06-01 19:08:59 -04:00
..
decorators
…
generic
Fixed
#28209
-- Made date-based generic views return a 404 rather than crash when given an out of range date.
2017-05-30 13:20:35 -04:00
templates
…
__init__.py
…
csrf.py
…
debug.py
Refs
#27795
-- Replaced many force_text() with str()
2017-04-27 09:10:02 +02:00
defaults.py
Refs
#27795
-- Replaced many force_text() with str()
2017-04-27 09:10:02 +02:00
i18n.py
Refs
#23968
-- Removed unnecessary lists, generators, and tuple calls.
2017-06-01 19:08:59 -04:00
static.py
…