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