From ad7d92ddf9817ffce326320b3b12f6a135d3ff1e Mon Sep 17 00:00:00 2001 From: Adrian Holovaty Date: Thu, 14 Dec 2006 04:09:18 +0000 Subject: [PATCH] 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 --- docs/settings.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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