summaryrefslogtreecommitdiff
path: root/django/contrib/gis
AgeCommit message (Expand)Author
2013-04-15Updated get_ogr_db_string in inspectapp tests to support MySQL/SpatialiteClaude Paroz
2013-04-15Properly used test skipping in OGRInspectTest TestCaseClaude Paroz
2013-04-11Changed a deprecated warn() call in libgeosClaude Paroz
2013-03-28Updated translation templatesClaude Paroz
2013-03-28Updated translations from TransifexClaude Paroz
2013-03-19Fixed #18003 -- Preserved tracebacks when re-raising errors.konarkmodi
2013-03-15Fixed #16110 -- Fixed GeometryField odd behaviour regarding null valuesClaude Paroz
2013-03-13Fixed #20036 -- Improved GEOS version string parsingClaude Paroz
2013-03-13Refactored qs.add_q() and utils/tree.pyAnssi Kääriäinen
2013-03-12Removed unused imports.Aymeric Augustin
2013-03-11Avoided closing the database connection within a transaction.Aymeric Augustin
2013-03-11Ported layermapping for autocommit.Aymeric Augustin
2013-03-11Deprecated transaction.commit/rollback_unless_managed.Aymeric Augustin
2013-03-09Fixed #19171 -- Allowed coordinate transforms with custom SRIDsClaude Paroz
2013-03-09Fixed #9806 -- Allowed editing GeometryField with OpenLayersWidgetClaude Paroz
2013-03-09Reformatted slightly openlayers.jsClaude Paroz
2013-03-09Fixed #16594 -- Added wkt 3D support for GEOS geometriesClaude Paroz
2013-03-08Replaced proj4 testing by a regexClaude Paroz
2013-03-08Fixed #15363 -- Renamed and normalized to `get_queryset` the methods that ret...Loic Bistuer
2013-03-03Removed mentions of regressiontests.Ramiro Morales
2013-02-26Merged contrib translations from 1.5 branchClaude Paroz
2013-02-16Fixed #17260 -- Added time zone aware aggregation and lookups.Aymeric Augustin
2013-02-15Fixed geos test to prevent random failureClaude Paroz
2013-02-15Fixed #17066 -- Prevented TypeError in GeoIP.__del__Claude Paroz
2013-02-05Fixed #19689 -- Renamed `Model._meta.module_name` to `model_name`.Simon Charette
2013-02-02Lowered field ordering requirement in ogrinspect testClaude Paroz
2013-02-01Set bigger maxDiff for ogrinspect testsClaude Paroz
2013-01-29Implemented some SpatiaLiteOperations as cached propertiesClaude Paroz
2013-01-29Fixed typos in docs and commentsTim Graham
2013-01-25Moved has_changed logic from widget to form fieldClaude Paroz
2013-01-03Updated comment about PostGIS bug 2035Claude Paroz
2013-01-01Fixed a NameError in geoip/libgeoip if the GeoIP library is not found.Florian Apolloner
2012-12-30Fixed GIS regression in get_default_columns()Anssi Kääriäinen
2012-12-29Removed django.contrib.localflavor.Aymeric Augustin
2012-12-29Removed legacy shortcut for importing GeoIP.Aymeric Augustin
2012-12-26Fixed #16408 -- Re-fixed value conversion with Spatialite backendClaude Paroz
2012-12-08Fixed a string detection in ogrinspect.pyClaude Paroz
2012-12-08Fixed #19357 -- Allow non-ASCII chars in filesystem pathsClaude Paroz
2012-11-28Fixed #19366 -- Prevented GEOSIndexError when comparing geometriesClaude Paroz
2012-11-27Refactored gis/spatialite connection initializationAnssi Kääriäinen
2012-11-23Fixed cursor commit command in PostGIS backendClaude Paroz
2012-11-23Fixed #19152 -- Allowed PostGIS tests to be run without templateFlavio Curella
2012-11-15Another regression fix for select_related handlingAnssi Kääriäinen
2012-11-15Fixed #19058 -- Fixed Oracle GIS crashAnssi Kääriäinen
2012-11-09Added missing encoding preamble to gis tests.Florian Apolloner
2012-11-03Fixed #18963 -- Used a subclass-friendly patternAymeric Augustin
2012-11-02Fixed a regression in gis introduced by Query.select_fields removalAnssi Kääriäinen
2012-10-27Ensured gis tests aren't run on non-gis OracleAnssi Kääriäinen
2012-10-27Fixed #19190 -- Refactored Query select clause attributesAnssi Kääriäinen
2012-10-17Reported OpenLayersWidget exceptions through loggingClaude Paroz