mirror of
https://github.com/django/django.git
synced 2025-09-28 13:04:54 +00:00
Small wording fix in docs/i18n.txt
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6343 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
c3a489d817
commit
c079d52fe7
1 changed files with 1 additions and 1 deletions
|
@ -710,7 +710,7 @@ language choice in a ``django_language`` cookie.
|
|||
After setting the language choice, Django redirects the user, following this
|
||||
algorithm:
|
||||
|
||||
* Django looks for a ``next`` parameter in ``POST`` request.
|
||||
* Django looks for a ``next`` parameter in the ``POST`` data.
|
||||
* If that doesn't exist, or is empty, Django tries the URL in the
|
||||
``Referrer`` header.
|
||||
* If that's empty -- say, if a user's browser suppresses that header --
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue