summaryrefslogtreecommitdiff
path: root/django/contrib/gis/db/models/manager.py
AgeCommit message (Expand)Author
2017-01-17Removed GeoManager and GeoQuerySet per deprecation timeline.Tim Graham
2016-05-17Fixed #10506, #13793, #14891, #25201 -- Introduced new APIs to specify models...Loïc Bistuer
2015-06-24Renamed RemovedInDjangoXYWarnings for new roadmap.Tim Graham
2015-04-22Deprecated legacy GeoManager/GeoQuerySet methodsClaude Paroz
2015-02-06Sorted imports with isort; refs #23860.Tim Graham
2014-09-22Generate GeoManager from GeoQuerySet. Refs #20625.Loic Bistuer
2013-11-02Continue to attack E302 violationsAlex Gaynor
2013-03-08Fixed #15363 -- Renamed and normalized to `get_queryset` the methods that ret...Loic Bistuer
2010-01-29Renamed `reverse` to `reverse_geom` because of clash with existing `QuerySet`...Justin Bronn
2010-01-29Added `reverse` and `force_rhr` methods to `GeoQuerySet`. Refs #12416.Justin Bronn
2010-01-22Modified `GeoManager.get_query_set` to reflect changes made for database rout...Justin Bronn
2009-12-29Fixed `GeoManager.get_query_set` incompatibility with `db_manager` method. Justin Bronn
2009-12-22Fixed #1142 -- Added multiple database support.Russell Keith-Magee
2009-11-16Fixed #11433 -- 3D geometry fields are now supported with PostGIS; EWKB is no...Justin Bronn
2009-07-15Forgot to add `collect` to `GeoManager`.Justin Bronn
2009-04-24Fixed #10888 -- May now insert NULL `GeometryField` values on Oracle.Justin Bronn
2009-04-02Fixed #9745 -- Added the `GeoQuerySet` methods `snap_to_grid` and `geojson`.Justin Bronn
2008-08-05Merged the gis branch into trunk.Justin Bronn