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
c2055ee161
django1
/
django
/
views
History
Matthew Tretter
97502a96f4
Correct reference error (undefined variable)
2012-04-28 15:32:22 -04:00
..
decorators
Fixed
#17643
-- Set a better stack level for the cache_page decorator deprecation warnings. Thanks, zsiciarz.
2012-02-09 18:59:12 +00:00
generic
fix typo: instanciating -> instantiating
2012-04-28 14:18:16 -03: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
Fixed
#17460
-- Extended the HIDDEN_SETTINGS constant in with a few more sensible names of settings to hide in the debug view. Many thanks to chomik, lpiatek and tomaszrybak.
2012-02-09 18:58:45 +00: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