summaryrefslogtreecommitdiff
path: root/django/contrib/gis
AgeCommit message (Expand)Author
2012-08-08remove a bunch of unnescesarry iterkeys() callsAlex Gaynor
2012-08-08[py3] Made gis.measure Python 3-compatibleClaude Paroz
2012-08-07[py3] Minor fix in django.contrib.gis.Aymeric Augustin
2012-08-07[py3] Ported django.utils.encoding.Aymeric Augustin
2012-08-07[py3] Fixed access to dict keys/values/items.Aymeric Augustin
2012-08-04Fixed testing on SpatiaLite 2.4, which has support for `InitSpatialMetaData`.Justin Bronn
2012-08-03Removed some pre-1.3.0 postgis compatibility codeClaude Paroz
2012-08-03Reorganized geoapp gis testsClaude Paroz
2012-07-22[py3] Added Python 3 compatibility for xrange.Aymeric Augustin
2012-07-22[py3] Switched to Python 3-compatible imports.Aymeric Augustin
2012-07-22[py3] Replaced unicode/str by six.text_type/bytes.Aymeric Augustin
2012-07-22[py3] Replaced basestring by six.string_types.Aymeric Augustin
2012-07-22[py3] Removed longs.Aymeric Augustin
2012-07-15Removed debugging line left in previous commitClaude Paroz
2012-07-15Dropped support for GDAL < 1.5Claude Paroz
2012-07-03Removed various unnecessary instances of mark_safe applied to URLsLuke Plant
2012-07-03Changed a lot of internal code to use 'format_html' where appropriate/possibleLuke Plant
2012-06-19Fixed #15271 -- Defined a to_python method for GeometryFieldClaude Paroz
2012-06-19Added support for gdal 1.9.danger
2012-06-17Fixed GIS testsuite.Florian Apolloner
2012-06-16Skip GeometryFieldTest if there's no spacial database.Julien Phalip
2012-06-14Executed SpatialRefSysTest only with spatial backendClaude Paroz
2012-06-14Discovered some geodjango tests with standard mechanismClaude Paroz
2012-06-14Fixed #17754 -- Refactored gis.measureClaude Paroz
2012-06-09Fixed #17760 -- Implemented callable database features as cached propertiesClaude Paroz
2012-06-07Fixed #18269 -- Applied unicode_literals for Python 3 compatibility.Claude Paroz
2012-06-06Fixed #17328 -- Added OpenLayersWidget _has_changed methodClaude Paroz
2012-06-06Fixed #17736 -- Kept maximal floating-point accuracy in from_bboxClaude Paroz
2012-06-04Used skipUnless decorator to skip tests in geos tests.Claude Paroz
2012-05-28Removed numbering of GEOS tests.Claude Paroz
2012-05-26Updated WMS URL in geoadmin test.Claude Paroz
2012-05-25Fixed #14886 -- Added wms_options dict to GeoModelAdmin.Claude Paroz
2012-05-24Fixed #18367 -- Allowed LayerMapping to store strings in TextField.Claude Paroz
2012-05-24Modernized contrib.gis layermapping tests.Claude Paroz
2012-05-23Replaced types.NoneType occurrencesClaude Paroz
2012-05-18Added more relative imports in contrib.gis.Claude Paroz
2012-05-18Got rid of old __cmp__methods replaced by rich comparison.Claude Paroz
2012-05-10Replaced foo.next() by next(foo).Claude Paroz
2012-05-07Imported zip from future_builtins instead of itertools.izip.Claude Paroz
2012-05-05Replaced cStringIO.StringIO by io.BytesIO.Claude Paroz
2012-05-05Made more extensive usage of context managers with open.Claude Paroz
2012-05-03Replaced deprecated TestCase methods. Refs #17049.Claude Paroz
2012-05-03Fixed #18042 -- Advanced deprecation warnings.Aymeric Augustin
2012-04-30Replaced print statement by print function (forward compatibility syntax).Claude Paroz
2012-04-29Switch a datastructure internal to the ORM to be a set, instead of a dictionary.Alex Gaynor
2012-04-29Fixed #17644 -- Changed Query.alias_map to use namedtuplesAdrian Holovaty
2012-04-29Fixed #18013 -- Use the new 'as' syntax for exceptions.Claude Paroz
2012-04-29Fixed #18023 -- Removed bundled simplejson.Aymeric Augustin
2012-04-12Fixed #18039 -- Changed geometry transform without a SRID raise a GEOSException.Claude Paroz
2012-04-08Fixed #18035 -- Removed deprecated AdminMediaHandler, as per official depreca...Claude Paroz