django1/django/contrib/comments
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
..
templates/comments Fixed #3185 -- Made values for login, logout and post-login redirect URLs 2007-04-25 08:49:57 +00:00
templatetags Fixed #4040 -- Changed uses of has_key() to "in". Slight performance 2007-04-26 13:30:48 +00:00
urls Fixed bug in [29] 2005-07-14 18:37:10 +00:00
views Fixed #4040 -- Changed uses of has_key() to "in". Slight performance 2007-04-26 13:30:48 +00:00
__init__.py Created django.contrib and moved comments into it 2005-07-14 18:20:03 +00:00
feeds.py Fixed bug in comment feed turned up by pyflakes. 2006-07-21 19:12:51 +00:00
models.py Fixed #3473 -- Corrected access to get in manager (probably introduced as part of magic-removal conversion). 2007-03-31 02:23:34 +00:00