Ticket #10864: 10864.diff

File 10864.diff, 773 bytes (added by Chris Beaven, 15 years ago)
  • docs/topics/auth.txt

     
    686686
    687687        * If the user isn't logged in, redirect to
    688688          :setting:`settings.LOGIN_URL <LOGIN_URL>` (``/accounts/login/`` by
    689           default), passing the current absolute URL in the query string as
    690           ``next`` or the value of ``redirect_field_name``. For example:
     689          default), passing the current absolute URL in the query string as the
     690          value of ``redirect_field_name`` (``next`` by default). For example:
    691691          ``/accounts/login/?next=/polls/3/``.
    692692
    693693        * If the user is logged in, execute the view normally. The view code is
Back to Top