diff options
| author | Andrew Godwin <andrew@aeracode.org> | 2011-06-25 08:41:58 +0000 |
|---|---|---|
| committer | Andrew Godwin <andrew@aeracode.org> | 2011-06-25 08:41:58 +0000 |
| commit | 53a25206c2728585c7410d572f3e88041edf16ba (patch) | |
| tree | 518a6c80a1783ed5c63aa471e451cfaba749a123 /docs | |
| parent | e3a845de6a31554abe7ca6be247cda5bdd15edf4 (diff) | |
Its always good to get it's apostophe right.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@16446 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/topics/auth.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/topics/auth.txt b/docs/topics/auth.txt index 228f53ba2b..ed424c336d 100644 --- a/docs/topics/auth.txt +++ b/docs/topics/auth.txt @@ -750,7 +750,7 @@ The login_required decorator Note that if you provide a value to ``redirect_field_name``, you will most likely need to customize your login template as well, since the template context variable which stores the redirect path will use the value of - ``redirect_field_name`` as it's key rather than ``"next"`` (the default). + ``redirect_field_name`` as its key rather than ``"next"`` (the default). .. versionadded:: 1.3 |
