Changeset 5093
- Timestamp:
- 04/26/07 09:51:50 (2 years ago)
- Files:
-
- django/trunk/docs/settings.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/trunk/docs/settings.txt
r5072 r5093 563 563 any code that uses ``LANGUAGES`` at runtime. 564 564 565 LOGIN_REDIRECT_URL 566 ------------------ 567 568 **New in Django development version** 569 570 Default: ``'/accounts/profile/'`` 571 572 The URL where requests are redirected after login when the 573 ``contrib.auth.login`` view gets no ``next`` parameter. 574 575 This is used by the `@login_required`_ decorator, for example. 576 565 577 LOGIN_URL 566 578 --------- 567 579 580 **New in Django development version** 581 568 582 Default: ``'/accounts/login/'`` 569 583 … … 573 587 LOGOUT_URL 574 588 ---------- 589 590 **New in Django development version** 575 591 576 592 Default: ``'/accounts/logout/'`` … … 635 651 See `allowed date format strings`_. See also DATE_FORMAT, DATETIME_FORMAT, 636 652 TIME_FORMAT and YEAR_MONTH_FORMAT. 637 638 LOGIN_REDIRECT_URL639 ------------------640 641 Default: ``'/accounts/profile/'``642 643 The URL where requests are redirected after login when the644 ``contrib.auth.login`` view gets no ``next`` parameter.645 646 This is used by the `@login_required`_ decorator, for example.647 653 648 654 PREPEND_WWW
