summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAymeric Augustin <aymeric.augustin@m4x.org>2011-10-31 18:54:24 +0000
committerAymeric Augustin <aymeric.augustin@m4x.org>2011-10-31 18:54:24 +0000
commit01964fd7e4ecd1998a2288e1759a63bd9a5fb2df (patch)
tree35619325b41204d8cf43be8df03de2d9ee19522c
parent977316e0cb1a266b62112f58226f0a447f71336a (diff)
Fixed an obsolete comment.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17060 bcc190cf-cafb-0310-a4f2-bffc1f526a37
-rw-r--r--django/contrib/gis/gdal/field.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/django/contrib/gis/gdal/field.py b/django/contrib/gis/gdal/field.py
index 2b831b5516..12dc8b921f 100644
--- a/django/contrib/gis/gdal/field.py
+++ b/django/contrib/gis/gdal/field.py
@@ -144,7 +144,7 @@ class OFTDateTime(Field):
def value(self):
"Returns a Python `datetime` object for this OFTDateTime field."
# TODO: Adapt timezone information.
- # See http://lists.maptools.org/pipermail/gdal-dev/2006-February/007990.html
+ # See http://lists.osgeo.org/pipermail/gdal-dev/2006-February/007990.html
# The `tz` variable has values of: 0=unknown, 1=localtime (ambiguous),
# 100=GMT, 104=GMT+1, 80=GMT-5, etc.
try: