Ticket #10864: 10864.diff
File 10864.diff, 773 bytes (added by , 15 years ago) |
---|
-
docs/topics/auth.txt
686 686 687 687 * If the user isn't logged in, redirect to 688 688 :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: 691 691 ``/accounts/login/?next=/polls/3/``. 692 692 693 693 * If the user is logged in, execute the view normally. The view code is