mirror of
https://github.com/django/django.git
synced 2025-08-04 10:59:45 +00:00
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
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue