django1/django/views
Malcolm Tredinnick 439cb4047f Fixed #4040 -- Changed uses of has_key() to "in". Slight performance
improvement and forward-compatible with future Python releases. Patch from Gary
Wilson.


git-svn-id: http://code.djangoproject.com/svn/django/trunk@5091 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-04-26 13:30:48 +00:00
..
decorators Second half of little cleanup tweaks suggested by pyflakes. 2006-07-21 20:39:17 +00:00
generic Fixed #3034 -- Added mimetype parameter to the direct_to_template() generic 2007-04-09 13:11:39 +00:00
__init__.py Imported Django from private SVN repository (created from r. 8825) 2005-07-13 01:25:57 +00:00
debug.py Fixed #3734 -- Added support for import hooks to the debugging traceback 2007-04-21 04:37:31 +00:00
defaults.py Added a comment to the 404/500 views so that people with DEBUG=False and no 404/500 template will get a clue about which template to create. 2007-02-26 17:43:41 +00:00
i18n.py Fixed #4040 -- Changed uses of has_key() to "in". Slight performance 2007-04-26 13:30:48 +00:00
static.py Changed template names from [3707] to remove initial caps, to fit our style. 2006-09-04 23:49:14 +00:00