django1/django/contrib/comments
Adrian Holovaty 6b384e828d Fixed #2826 -- Added .is_authenticated() check before login() in comments views
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3929 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-10-24 17:00:03 +00:00
..
templates/comments Fixed #2332 -- Introduced is_authenticated() method on User and AnonymousUser classes. Recommended its use over is_anonymous in the docs. Changed internal Django use to match this recommendation. Thanks to SmileyChris and Gary Wilson for the patch. 2006-07-19 02:09:26 +00:00
templatetags Fixed #2332 -- Introduced is_authenticated() method on User and AnonymousUser classes. Recommended its use over is_anonymous in the docs. Changed internal Django use to match this recommendation. Thanks to SmileyChris and Gary Wilson for the patch. 2006-07-19 02:09:26 +00:00
urls Fixed bug in [29] 2005-07-14 18:37:10 +00:00
views Fixed #2826 -- Added .is_authenticated() check before login() in comments views 2006-10-24 17:00:03 +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 Part 3 of pedant day: replaced all tabs in Django with spaces. Python the way Guido intended it, baby! 2006-07-21 20:48:17 +00:00