django1/django/views
Malcolm Tredinnick 51705f60b1 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.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3360 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-07-19 02:09:26 +00:00
..
decorators Converted request.META['REQUEST_METHOD'] calls to request.method, throughout the Django codebase 2006-06-20 04:34:13 +00:00
generic 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
__init__.py Imported Django from private SVN repository (created from r. 8825) 2005-07-13 01:25:57 +00:00
debug.py Fixed #2153 -- display debugging template even if no stack frame is found. 2006-06-14 11:44:56 +00:00
defaults.py Changed default 500 view NOT to use RequestContext, to lessen the chance that the 500 view would raise an error in itself 2006-06-22 16:28:40 +00:00
i18n.py Optimized JavaScript in django/views/i18n.py 2006-07-01 03:17:18 +00:00
static.py MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly backwards-incompatible. Please read http://code.djangoproject.com/wiki/RemovingTheMagic for upgrade instructions. 2006-05-02 01:31:56 +00:00