Author: aaugustin
Date: 2011-10-31 11:54:24 -0700 (Mon, 31 Oct 2011)
New Revision: 17060
Modified:
django/trunk/django/contrib/gis/gdal/field.py
Log:
Fixed an obsolete comment.
Modified: django/trunk/django/contrib/gis/gdal/field.py
===================================================================
--- django/trunk/django/contrib/gis/gdal/field.py 2011-10-31 11:09:10 UTC
(rev 17059)
+++ django/trunk/django/contrib/gis/gdal/field.py 2011-10-31 18:54:24 UTC
(rev 17060)
@@ -144,7 +144,7 @@
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:
--
You received this message because you are subscribed to the Google Groups
"Django updates" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/django-updates?hl=en.