diff --git a/docs/ref/settings.txt b/docs/ref/settings.txt
index 958ac88..53fbfb2 100644
a
|
b
|
to be displayed.
|
441 | 441 | |
442 | 442 | See also ``DATETIME_INPUT_FORMATS`` and ``TIME_INPUT_FORMATS``. |
443 | 443 | |
444 | | .. _datetime: http://docs.python.org/library/datetime.html#strftime-behavior |
| 444 | .. _datetime: http://docs.python.org/library/datetime.html#strftime-strptime-behavior |
445 | 445 | |
446 | 446 | .. setting:: DATETIME_FORMAT |
447 | 447 | |
… |
… |
to be displayed.
|
481 | 481 | |
482 | 482 | See also ``DATE_INPUT_FORMATS`` and ``TIME_INPUT_FORMATS``. |
483 | 483 | |
484 | | .. _datetime: http://docs.python.org/library/datetime.html#strftime-behavior |
| 484 | .. _datetime: http://docs.python.org/library/datetime.html#strftime-strptime-behavior |
485 | 485 | |
486 | 486 | .. setting:: DEBUG |
487 | 487 | |
… |
… |
to be displayed.
|
1532 | 1532 | |
1533 | 1533 | See also ``DATE_INPUT_FORMATS`` and ``DATETIME_INPUT_FORMATS``. |
1534 | 1534 | |
1535 | | .. _datetime: http://docs.python.org/library/datetime.html#strftime-behavior |
| 1535 | .. _datetime: http://docs.python.org/library/datetime.html#strftime-strptime-behavior |
1536 | 1536 | |
1537 | 1537 | .. setting:: TIME_ZONE |
1538 | 1538 | |