summaryrefslogtreecommitdiff
path: root/django/contrib/gis
AgeCommit message (Expand)Author
2019-02-04Fixed #30155 -- Dropped support for PostgreSQL 9.4 and PostGIS 2.1.Tim Graham
2019-02-04Fixed #30156 -- Dropped support for SpatiaLite 4.1 and 4.2.Tim Graham
2019-01-31Fixed #30020 -- Fixed reading nulls with LayerMapping.Kathryn Killebrew
2019-01-30Fixed E117 and F405 flake8 warnings.Mariusz Felisiak
2019-01-28Fixed #30137 -- Replaced OSError aliases with the canonical OSError.Jon Dufresne
2019-01-23Refs #30123 -- Simplified introspection of geography columns on PostGIS.Nick Pope
2019-01-23Refs #30123 -- Changed second arg of DatabaseIntrospection.get_geometry_type(...Nick Pope
2019-01-22Simplified DatabaseIntrospection.get_geometry_type() for PostGIS.Nick Pope
2019-01-17Refs #28841 -- Removed ForceRHR function per deprecation timeline.Tim Graham
2019-01-10Fetched Armenian translations from TransifexClaude Paroz
2019-01-02Used 4 space hanging indent for dictionaries.Tim Graham
2018-12-27Followed style guide for model attribute ordering.Matt Wiens
2018-12-21Fixed #29792 -- Made GeometryField.deconstruct() handle 'extent' and 'toleran...jtiai
2018-12-16Fixed typo in contrib.gis variable name.HyunTae Hwang
2018-11-23Fixed #29978 -- Catched GDALException in GeometryField.to_pythonClaude Paroz
2018-11-16Fixed #29959 -- Cached GEOS version in WKBWriter class.Claude Paroz
2018-10-29Fixed #29547 -- Added support for partial indexes.Mads Jensen
2018-10-22Fixed #29876 -- MySQL does not support SPATIAL fields in unique indices.Florian Apolloner
2018-10-09Capitalized "Python" in docs and comments.Jon Dufresne
2018-09-28Refs #28909 -- Simplifed code using unpacking generalizations.Sergey Fedoseev
2018-09-26Refs #29784 -- Switched to https:// links where available.Jon Dufresne
2018-09-25Removed unneeded list() calls in list.extend() argument.Sergey Fedoseev
2018-09-25Normalized spelling of "lowercase" and "lowercased".Jon Dufresne
2018-09-25Refs #29784 -- Normalized Python docs links to omit the version.Jon Dufresne
2018-09-17Simplified ListMixin.sort().Sergey Fedoseev
2018-08-23Fixed #29048 -- Added **extra_context to database function as_vendor() methods.priyanshsaxena
2018-08-22Refs #29654 -- Replaced three dots with ellipsis character in output strings.Claude Paroz
2018-08-01Fixed typos in comments and docs.luz.paz
2018-08-01Updated contrib translations from TransifexClaude Paroz
2018-07-27Fixed #28659 -- Fixed LayerMapping crash with null geometry and unique.Melvyn Sopacua
2018-07-18Removed duplicate words in various comments.Mariusz Felisiak
2018-07-13Refs #29548 -- Fixed GIS tests on MariaDBClaude Paroz
2018-07-09Refs #27472 -- Fixed crash during pickling of empty GEOS point.Sergey Fedoseev
2018-07-06Fixed #29543 -- Fixed CPointerBase.__del__() ImportError crash.Mushtaq Ali
2018-07-02Removed parser.add_arguments() arguments that match the defaults.Claude Paroz
2018-06-21Fixed #29509 -- Added SpatiaLite support for covers and coveredby lookups.Sergey Fedoseev
2018-06-20Fixed #29507 -- Added Oracle support for Envelope GIS function.Sergey Fedoseev
2018-06-12Fixed #29483 -- Confirmed support for GDAL 2.3.Tim Graham
2018-06-11Dropped support for GDAL 1.9 and 1.10.Tim Graham
2018-06-09Fixed 'invalid escape sequence' warning in GEOSGeometryBase.from_ewkt().Tim Graham
2018-06-09Fixed #29484 -- Removed the need to specify SPATIALITE_LIBRARY_PATH with Spat...Claude Paroz
2018-05-31Fixed #29460 -- Added support for GEOS 3.6.Tim Graham
2018-05-26Refs #27098 -- Removed unused introspection queries.Markus Holtermann
2018-05-10Upgraded OpenLayers to 4.6.5 for OpenLayersWidgetClaude Paroz
2018-04-19Ref #23919 -- Replaced some os.path usage with pathlib.Path.Tom
2018-04-02Fixed #29116 -- Fixed OpenLayersWidget deserialization ignoring the widget ma...Claude Paroz
2018-03-05Fixed #28981 -- Added an exception if GeoIP database can't be loaded from the...Alex Stovbur
2018-02-28Updated translations from TransifexClaude Paroz
2018-02-10Fixed #28960 -- Added GEOSGeometry.buffer_with_style().Stanislav Karpov
2018-02-02Fixed imports per isort 4.3.1.Tim Graham