diff options
| author | Julien Phalip <jphalip@gmail.com> | 2011-09-19 07:33:32 +0000 |
|---|---|---|
| committer | Julien Phalip <jphalip@gmail.com> | 2011-09-19 07:33:32 +0000 |
| commit | fc06ec0daf563718e3ea96634040878c85bb2ebd (patch) | |
| tree | b38e3704b70891b08e7a6939e182cdac0c0f8b83 /docs | |
| parent | 212b0485648715614c880629ebe559268489851f (diff) | |
Fixed #16876 -- Fixed a cross reference in the settings reference doc. Thanks to Gumnos for the report.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@16855 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/ref/settings.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/settings.txt b/docs/ref/settings.txt index e839a3406a..8c7fe8f6d8 100644 --- a/docs/ref/settings.txt +++ b/docs/ref/settings.txt @@ -1718,7 +1718,7 @@ templates. Note that if :setting:`USE_L10N` is set to ``True``, then the corresponding locale-dictated format has higher precedence and will be applied. See :tfilter:`allowed date format strings <date>`. -See also :setting:`DATE_FORMAT` and :setting:`SHORT_DATETIME_FORMAT`. +See also :setting:`DATE_FORMAT` and :setting:`SHORT_DATE_FORMAT`. .. setting:: SIGNING_BACKEND |
