diff options
| author | Adrian Holovaty <adrian@holovaty.com> | 2006-12-14 04:09:18 +0000 |
|---|---|---|
| committer | Adrian Holovaty <adrian@holovaty.com> | 2006-12-14 04:09:18 +0000 |
| commit | ad7d92ddf9817ffce326320b3b12f6a135d3ff1e (patch) | |
| tree | c0d15759a1762d496e5bd6d051858550d9f2abad /docs | |
| parent | 472a0d379e40bd8dd920210b1f95a2169c91ffca (diff) | |
Fixed #1977 -- Changed postgresql.org link regarding timezone choices in docs/settings.txt
git-svn-id: http://code.djangoproject.com/svn/django/trunk@4201 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/settings.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/settings.txt b/docs/settings.txt index 00672060db..ba1e8eafea 100644 --- a/docs/settings.txt +++ b/docs/settings.txt @@ -871,7 +871,7 @@ TIME_FORMAT and MONTH_DAY_FORMAT. .. _cache docs: http://www.djangoproject.com/documentation/cache/ .. _middleware docs: http://www.djangoproject.com/documentation/middleware/ .. _session docs: http://www.djangoproject.com/documentation/sessions/ -.. _See available choices: http://www.postgresql.org/docs/current/static/datetime-keywords.html#DATETIME-TIMEZONE-SET-TABLE +.. _See available choices: http://www.postgresql.org/docs/8.1/static/datetime-keywords.html#DATETIME-TIMEZONE-SET-TABLE .. _template documentation: http://www.djangoproject.com/documentation/templates_python/ Creating your own settings |
