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
46648b641d
django1
/
django
/
views
History
Claude Paroz
865cd35c9b
Made more extensive usage of context managers with open.
2012-05-05 14:06:36 +02:00
..
decorators
Fixed
#18042
-- Advanced deprecation warnings.
2012-05-03 15:27:01 +02:00
generic
Fixed
#18217
-- Time zone support in generic views
2012-04-30 20:48:19 +02:00
__init__.py
Imported Django from private SVN repository (created from r. 8825)
2005-07-13 01:25:57 +00:00
csrf.py
Improved CSRF error message.
2012-02-21 23:54:02 +00:00
debug.py
Made more extensive usage of context managers with open.
2012-05-05 14:06:36 +02:00
defaults.py
Fixed
#9847
-- Added 403 response handler. Many thanks to kgrandis, adamnelson, vkryachko, fvox13 and Chris Beaven.
2011-08-12 14:15:31 +00:00
i18n.py
Correct reference error (undefined variable)
2012-04-28 15:32:22 -04:00
static.py
Removed with_statement imports, useless in Python >= 2.6. Refs
#17965
. Thanks jonash for the patch.
2012-03-30 08:02:08 +00:00