Changeset 6191
- Timestamp:
- 09/14/07 11:40:42 (1 year ago)
- Files:
-
- django/trunk/docs/settings.txt (modified) (7 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/trunk/docs/settings.txt
r6008 r6191 326 326 `allowed date format strings`_. 327 327 328 See also DATETIME_FORMAT, TIME_FORMAT, YEAR_MONTH_FORMAT and MONTH_DAY_FORMAT. 328 See also ``DATETIME_FORMAT``, ``TIME_FORMAT``, ``YEAR_MONTH_FORMAT`` 329 and ``MONTH_DAY_FORMAT``. 329 330 330 331 .. _allowed date format strings: ../templates/#now … … 339 340 `allowed date format strings`_. 340 341 341 See also DATE_FORMAT, DATETIME_FORMAT, TIME_FORMAT, YEAR_MONTH_FORMAT and MONTH_DAY_FORMAT. 342 See also ``DATE_FORMAT``, ``DATETIME_FORMAT``, ``TIME_FORMAT``, 343 ``YEAR_MONTH_FORMAT`` and ``MONTH_DAY_FORMAT``. 342 344 343 345 .. _allowed date format strings: ../templates/#now … … 351 353 352 354 If you define custom settings, django/views/debug.py has a ``HIDDEN_SETTINGS`` 353 regular expression which will hide from the DEBUG view anything that cont ins354 ``'SECRET ``, ``PASSWORD``, or ``PROFANITIES'``. This allows untrusted users to355 regular expression which will hide from the DEBUG view anything that contains 356 ``'SECRET'``, ``'PASSWORD'``, or ``'PROFANITIES'``. This allows untrusted users to 355 357 be able to give backtraces without seeing sensitive (or offensive) settings. 356 358 … … 657 659 "January 1," whereas Spanish might say "1 Enero." 658 660 659 See `allowed date format strings`_. See also DATE_FORMAT, DATETIME_FORMAT,660 TIME_FORMAT and YEAR_MONTH_FORMAT.661 See `allowed date format strings`_. See also ``DATE_FORMAT``, 662 ``DATETIME_FORMAT``, ``TIME_FORMAT`` and ``YEAR_MONTH_FORMAT``. 661 663 662 664 PREPEND_WWW … … 816 818 you'll want to set that to take advantage of this setting. 817 819 818 See also DEBUG.820 See also ``DEBUG``. 819 821 820 822 TEMPLATE_DIRS … … 906 908 `allowed date format strings`_. 907 909 908 See also DATE_FORMAT, DATETIME_FORMAT, TIME_FORMAT, YEAR_MONTH_FORMAT and909 MONTH_DAY_FORMAT.910 See also ``DATE_FORMAT``, ``DATETIME_FORMAT``, ``TIME_FORMAT``, 911 ``YEAR_MONTH_FORMAT`` and ``MONTH_DAY_FORMAT``. 910 912 911 913 .. _allowed date format strings: ../templates/#now … … 981 983 "January 2006," whereas another locale might say "2006/January." 982 984 983 See `allowed date format strings`_. See also DATE_FORMAT, DATETIME_FORMAT,984 TIME_FORMAT and MONTH_DAY_FORMAT.985 See `allowed date format strings`_. See also ``DATE_FORMAT``, 986 ``DATETIME_FORMAT``, ``TIME_FORMAT`` and ``MONTH_DAY_FORMAT``. 985 987 986 988 .. _cache docs: ../cache/
