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
This commit is contained in:
parent
e3a845de6a
commit
53a25206c2
|
@ -750,7 +750,7 @@ The login_required decorator
|
||||||
Note that if you provide a value to ``redirect_field_name``, you will most
|
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
|
likely need to customize your login template as well, since the template
|
||||||
context variable which stores the redirect path will use the value of
|
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
|
.. versionadded:: 1.3
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue