summaryrefslogtreecommitdiff
path: root/django/contrib/gis/db/models/fields.py
AgeCommit message (Expand)Author
2016-06-21[1.10.x] Fixed #26785 -- Made Oracle return None rather than empty string for...Sergey Fedoseev
2016-05-27[1.10.x] Refs #25588 -- Fixed GDAL dependency in spatial lookups.Daniel Wiesmann
2016-05-06Fixed #25588 -- Added spatial lookups to RasterField.Daniel Wiesmann
2016-05-04Fixed #22936 -- Obsoleted Field.get_prep_lookup()/get_db_prep_lookup()Claude Paroz
2016-05-02Refs 2bd1bbc -- Made GeometryField.get_db_prep_lookup() a private (deprecated...Tim Graham
2016-04-09Fixed #26455 -- Allowed filtering and repairing invalid geometries.Daniel Wiesmann
2015-11-06Fixed #25673 -- Made `GeometryField.from_db_value` set SRIDSergey Fedoseev
2015-06-23Fixed #25011, Refs #23804 -- Added check for GDAL on RasterField initializationDaniel Wiesmann
2015-06-19Fixed #23804 -- Added RasterField for PostGIS.Daniel Wiesmann
2015-04-22Added MySQL support to GIS functionsClaude Paroz
2015-03-17Refs #24485 -- Renamed some expression typesJosh Smeaton
2015-02-20Update converters to take a consistent set of parameters.Marc Tamlyn
2015-02-06Fixed E265 comment styleCollin Anderson
2015-02-06Sorted imports with isort; refs #23860.Tim Graham
2015-01-30Fixed #14483 -- Allowed using subqueries with GIS lookupsClaude Paroz
2015-01-08Fixed #24020 -- Refactored SQL compiler to use expressionsAnssi Kääriäinen
2014-11-16Renamed qn to compilerJosh Smeaton
2014-11-15Fixed #14030 -- Allowed annotations to accept all expressionsJosh Smeaton
2014-10-31Fixed #23731 -- Fixed migrations crash when adding blank GeometryFields on Po...Tim Graham
2014-10-09Converted GIS lookups to use the new Lookup APIClaude Paroz
2014-09-19Fixed Oracle GIS failures introduced by e9103402c0; refs #18757.Tim Graham
2014-09-03Fixed #18757, #14462, #21565 -- Reworked database-python type conversionsMarc Tamlyn
2014-08-01Fixed #21940 -- Added kwargs to contribute_to_class() of model fields..Mitar
2014-03-30Corrected many style guide violations that the newest version of flake8 catchesAlex Gaynor
2014-01-22Fixed #21850 -- Made GeometryField.geodetic case insensitiveOliver George
2014-01-18Fixed #16187 -- refactored ORM lookup systemAnssi Kääriäinen
2013-11-27A handle of flake8 fixesAlex Gaynor
2013-11-27Add gis deconstruct() method (this does not make schema work)Andrew Godwin
2013-11-02Fixed all E261 warningscoagulant
2013-11-02Continue to attack E302 violationsAlex Gaynor
2013-10-26Fixed all the E203 violationsAlex Gaynor
2013-07-31Fixed #20348 -- Consistently handle Promise objects in model fields.Tai Lee
2013-05-17Fixed #5472 --Added OpenLayers-based widgets in contrib.gisClaude Paroz
2013-03-15Fixed #16110 -- Fixed GeometryField odd behaviour regarding null valuesClaude Paroz
2012-10-06Use native geometry types on PostGIS 2.0+ instead of `AddGeometryColumn` and ...Justin Bronn
2012-09-23[py3] Allowed bytes in get_prep_value for a GeometryClaude Paroz
2012-07-22[py3] Replaced basestring by six.string_types.Aymeric Augustin
2010-03-30Fixed #8904 -- Improved error message when spatial lookup is not available, a...Justin Bronn
2010-01-26Fixed #12690 -- Fixed SQL template used for Oracle's with `SDO_RELATE` functi...Justin Bronn
2010-01-18Fixed problems associated with the `GeometryField` SRID cache: it is now keye...Justin Bronn
2009-12-22Fixed #1142 -- Added multiple database support.Russell Keith-Magee