index
:
chango.git
devmain
fix-31295
initial-branch
main
refs-37159
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
django
/
contrib
/
gis
/
db
/
models
/
fields.py
Age
Commit 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-06
Fixed #25588 -- Added spatial lookups to RasterField.
Daniel Wiesmann
2016-05-04
Fixed #22936 -- Obsoleted Field.get_prep_lookup()/get_db_prep_lookup()
Claude Paroz
2016-05-02
Refs 2bd1bbc -- Made GeometryField.get_db_prep_lookup() a private (deprecated...
Tim Graham
2016-04-09
Fixed #26455 -- Allowed filtering and repairing invalid geometries.
Daniel Wiesmann
2015-11-06
Fixed #25673 -- Made `GeometryField.from_db_value` set SRID
Sergey Fedoseev
2015-06-23
Fixed #25011, Refs #23804 -- Added check for GDAL on RasterField initialization
Daniel Wiesmann
2015-06-19
Fixed #23804 -- Added RasterField for PostGIS.
Daniel Wiesmann
2015-04-22
Added MySQL support to GIS functions
Claude Paroz
2015-03-17
Refs #24485 -- Renamed some expression types
Josh Smeaton
2015-02-20
Update converters to take a consistent set of parameters.
Marc Tamlyn
2015-02-06
Fixed E265 comment style
Collin Anderson
2015-02-06
Sorted imports with isort; refs #23860.
Tim Graham
2015-01-30
Fixed #14483 -- Allowed using subqueries with GIS lookups
Claude Paroz
2015-01-08
Fixed #24020 -- Refactored SQL compiler to use expressions
Anssi Kääriäinen
2014-11-16
Renamed qn to compiler
Josh Smeaton
2014-11-15
Fixed #14030 -- Allowed annotations to accept all expressions
Josh Smeaton
2014-10-31
Fixed #23731 -- Fixed migrations crash when adding blank GeometryFields on Po...
Tim Graham
2014-10-09
Converted GIS lookups to use the new Lookup API
Claude Paroz
2014-09-19
Fixed Oracle GIS failures introduced by e9103402c0; refs #18757.
Tim Graham
2014-09-03
Fixed #18757, #14462, #21565 -- Reworked database-python type conversions
Marc Tamlyn
2014-08-01
Fixed #21940 -- Added kwargs to contribute_to_class() of model fields..
Mitar
2014-03-30
Corrected many style guide violations that the newest version of flake8 catches
Alex Gaynor
2014-01-22
Fixed #21850 -- Made GeometryField.geodetic case insensitive
Oliver George
2014-01-18
Fixed #16187 -- refactored ORM lookup system
Anssi Kääriäinen
2013-11-27
A handle of flake8 fixes
Alex Gaynor
2013-11-27
Add gis deconstruct() method (this does not make schema work)
Andrew Godwin
2013-11-02
Fixed all E261 warnings
coagulant
2013-11-02
Continue to attack E302 violations
Alex Gaynor
2013-10-26
Fixed all the E203 violations
Alex Gaynor
2013-07-31
Fixed #20348 -- Consistently handle Promise objects in model fields.
Tai Lee
2013-05-17
Fixed #5472 --Added OpenLayers-based widgets in contrib.gis
Claude Paroz
2013-03-15
Fixed #16110 -- Fixed GeometryField odd behaviour regarding null values
Claude Paroz
2012-10-06
Use 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 Geometry
Claude Paroz
2012-07-22
[py3] Replaced basestring by six.string_types.
Aymeric Augustin
2010-03-30
Fixed #8904 -- Improved error message when spatial lookup is not available, a...
Justin Bronn
2010-01-26
Fixed #12690 -- Fixed SQL template used for Oracle's with `SDO_RELATE` functi...
Justin Bronn
2010-01-18
Fixed problems associated with the `GeometryField` SRID cache: it is now keye...
Justin Bronn
2009-12-22
Fixed #1142 -- Added multiple database support.
Russell Keith-Magee