summaryrefslogtreecommitdiff
path: root/django/contrib/gis/db
AgeCommit message (Expand)Author
2019-08-23Fixed #29955 -- Added support for distance expression to the dwithin lookup.Simon Charette
2019-08-22Fixed #30712 -- Allowed BLOB/TEXT defaults on MySQL 8.0.13+.Nasir Hussain
2019-08-16Fixed #27676 -- Allowed BLOB/TEXT defaults on MariaDB 10.2.1+.Adam Johnson
2019-08-13Refs #25367 -- Moved select_format hook to BaseExpression.Simon Charette
2019-07-25Refs #30657 -- Made DeferredAttribute.__init__() to take a field instance ins...Jon Dufresne
2019-07-19Fixed typos in comments and a test name.Min ho Kim
2019-06-28Fixed #30400 -- Improved typography of user facing strings.Jon Dufresne
2019-06-12Added missing support for PointOnSurface function on MariaDB.Mariusz Felisiak
2019-03-20Fixed #28738 -- Added the GeometryDistance function.Francisco Couzo
2019-02-12Fixed #22423 -- Added support for MySQL operators on real geometries.Claude Paroz
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-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
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-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-09-25Refs #29784 -- Normalized Python docs links to omit the version.Jon Dufresne
2018-08-23Fixed #29048 -- Added **extra_context to database function as_vendor() methods.priyanshsaxena
2018-08-01Fixed typos in comments and docs.luz.paz
2018-07-18Removed duplicate words in various comments.Mariusz Felisiak
2018-07-13Refs #29548 -- Fixed GIS tests on MariaDBClaude 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-09Fixed #29484 -- Removed the need to specify SPATIALITE_LIBRARY_PATH with Spat...Claude Paroz
2018-05-26Refs #27098 -- Removed unused introspection queries.Markus Holtermann
2018-01-06Fixed #28842 -- Added SpatiaLite support for ForcePolygonCW function.Sergey Fedoseev
2018-01-02Removed DeferredAttribute.__init__()'s unused model argument.Mariusz Felisiak
2017-12-28Removed unnecessary trailing commas and spaces in various code.Mariusz Felisiak
2017-12-27Fixed #28841 -- Added ForcePolygonCW GIS function and deprecated ForceRHR.Sergey Fedoseev
2017-12-12Fixed #28896 -- Reallowed filtering a queryset with GeometryField=None.Sergey Fedoseev
2017-12-11Fixed #28909 -- Simplified code using tuple/list/set/dict unpacking.Nick Pope
2017-12-01Fixed #28849 -- Fixed referenced table and column rename on SQLite.Simon Charette
2017-11-28Fixed #28853 -- Updated connection.cursor() uses to use a context manager.Jon Dufresne
2017-11-24Used bytes.hex() and bytes.fromhex() in postgis.pgraster to simplify.Sergey Fedoseev
2017-11-14Fixed #28795 -- Removed 'not in' checks and used dict.setdefault().Дилян Палаузов
2017-11-07Refs #28518 -- Improved performance of assigning values to GeometryFields.Sergey Fedoseev
2017-11-04Simplified GeometryField.select_format().Sergey Fedoseev
2017-10-06Fixed #28665 -- Change some database exceptions to NotImplementedError per PE...Simon Charette
2017-09-30Fixed #28654 -- Dropped support for SpatiaLite 4.0.Tim Graham
2017-09-28Simplified various __eq__() methods.Mads Jensen
2017-09-25Fixed #28552 -- Dropped support for MySQL 5.5.Tim Graham
2017-09-12Removed django.contrib.gis.geometry.backend.Tim Graham
2017-09-12Used sqlite3.Connection.load_extension() instead of query execution for Spati...Sergey Fedoseev
2017-09-11Fixed #28492 -- Defined default output_field of expressions at the class level.Simon Charette
2017-09-11Fixed #28353 -- Fixed some GIS functions when queryset is evaluated more than...Sergey Fedoseev