diff options
| author | Joseph Kocherhans <joseph@jkocherhans.com> | 2006-03-07 01:53:20 +0000 |
|---|---|---|
| committer | Joseph Kocherhans <joseph@jkocherhans.com> | 2006-03-07 01:53:20 +0000 |
| commit | dc63d91c568e476e1bd966f849cea5705bdca1fe (patch) | |
| tree | db91c492795b7d756c38ac634439dc2b23d81bb4 /docs/request_response.txt | |
| parent | bc851653b7bd48ad44d165924ce3aad8b99bc98c (diff) | |
magic-removal: moved django.parts.auth.anonymoususers.AnonymousUser to django.contrib.auth.models.AnonymousUser
git-svn-id: http://code.djangoproject.com/svn/django/branches/magic-removal@2494 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/request_response.txt')
| -rw-r--r-- | docs/request_response.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/request_response.txt b/docs/request_response.txt index 13de013b6c..1566e6d3cf 100644 --- a/docs/request_response.txt +++ b/docs/request_response.txt @@ -88,7 +88,7 @@ All attributes except ``session`` should be considered read-only. ``user`` A ``django.models.auth.users.User`` object representing the currently logged-in user. If the user isn't currently logged in, ``user`` will be set - to an instance of ``django.parts.auth.anonymoususers.AnonymousUser``. You + to an instance of ``django.contrib.auth.models.AnonymousUser``. You can tell them apart with ``is_anonymous()``, like so:: if request.user.is_anonymous(): |
