Ticket #5394: 5394-docs.diff
File 5394-docs.diff, 721 bytes (added by , 17 years ago) |
---|
-
docs/settings.txt
582 582 583 583 This is used by the `@login_required`_ decorator, for example. 584 584 585 Note that the ``next`` parameter can be renamed with 586 ``REDIRECT_FIELD_NAME``. 587 585 588 LOGIN_URL 586 589 --------- 587 590 … … 677 680 We don't list the default values here, because that would be profane. To see 678 681 the default values, see the file ``django/conf/global_settings.py``. 679 682 683 REDIRECT_FIELD_NAME 684 ------------------- 685 686 Default: ``'next'`` 687 688 The name of the GET parameter which is used to redirect the user after 689 the login page. 690 680 691 ROOT_URLCONF 681 692 ------------ 682 693