diff options
| author | Adrian Holovaty <adrian@holovaty.com> | 2006-05-09 15:21:28 +0000 |
|---|---|---|
| committer | Adrian Holovaty <adrian@holovaty.com> | 2006-05-09 15:21:28 +0000 |
| commit | 4b69ef637a4b621b162a6ec05751cf5f30643fb1 (patch) | |
| tree | 25117c337e8838810f7a36bc1028d1b3156d600d /docs/request_response.txt | |
| parent | 8eecb95ec8824f8e6ce89fa7a96e094db906a0f5 (diff) | |
Fixed #1815 -- Fixed ReST errors in docs. Thanks, nico@teknico.net
git-svn-id: http://code.djangoproject.com/svn/django/trunk@2869 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 6fa4311f61..33e5ef4d84 100644 --- a/docs/request_response.txt +++ b/docs/request_response.txt @@ -102,7 +102,7 @@ All attributes except ``session`` should be considered read-only. ``AuthenticationMiddleware`` activated. For more, see `Authentication in Web requests`_. - .. Authentication in Web requests: http://www.djangoproject.com/documentation/authentication/#authentication-in-web-requests + .. _Authentication in Web requests: http://www.djangoproject.com/documentation/authentication/#authentication-in-web-requests ``session`` A readable-and-writable, dictionary-like object that represents the current |
