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
Age
Commit message (
Expand
)
Author
2009-03-03
Fixed #10395 -- Fixed more fallout from r9945.
Malcolm Tredinnick
2009-02-01
Fixed #9858 -- Added ability to use PostGIS template with GIS test runner via...
Justin Bronn
2009-02-01
Now use `subprocess.Popen` instead of the deprecated os.popen3 to issue PostG...
Justin Bronn
2009-01-16
Fixed geographic admin to be compatible with `ModelAdmin.formfield_for_dbfiel...
Justin Bronn
2009-01-15
Fixed #6767: changed the way the Oracle backend fetches numbers to prevent de...
Ian Kelly
2009-01-15
Forgot to actually enable the extent aggregate for Oracle.
Justin Bronn
2009-01-15
Fixed incomplete merge of geographic aggregates; added support for `Extent` a...
Justin Bronn
2009-01-15
Fixed #3566 -- Added support for aggregation to the ORM. See the documentatio...
Russell Keith-Magee
2009-01-13
Fixed #9278, #9694 -- Geographic overlays now display in admin with right to ...
Justin Bronn
2009-01-07
Return None for null date/time fields in OGR-supported data sources. Thanks ...
Justin Bronn
2009-01-05
Updated `GeoWhere` to be compatible with changes in r9700.
Justin Bronn
2009-01-03
Fixed `check_geom` and `check_srs` to accept larger sized pointer addresses a...
Justin Bronn
2008-12-26
Fixed #9664 -- `LayerMapping` now works with MySQL spatial backends.
Justin Bronn
2008-12-26
Fixed #9892 -- support additional binary packages for GEOS & GDAL libs on OSX...
Justin Bronn
2008-12-08
Fixed a Python 2.4 incompatibility in `compress_kml`.
Justin Bronn
2008-12-08
Fixed #9747 -- now explicitly set response type on C functions that return WK...
Justin Bronn
2008-12-06
Fixed #9572 -- use `opts` argument. Thanks SeanL for bug report and patch.
Justin Bronn
2008-12-06
Fixed #9742 -- remove extraneous 'kml' from KML mimetype. Thanks, robotika f...
Justin Bronn
2008-11-17
Reverted r9480 -- the patch broke the Oracle spatial backend.
Justin Bronn
2008-11-17
Fixed #9620 -- spatial database tables now have `app_label` set correctly.
Justin Bronn
2008-11-11
Fixed #9566 -- made GeoJSON regex more robust.
Justin Bronn
2008-11-05
Fixed `resolve_columns` so that pagination works again on Oracle GeoQuerySets...
Justin Bronn
2008-11-05
Fixed #9364 -- now uses the appropriate database table for inherited `Geometr...
Justin Bronn
2008-10-28
Fixed `MySQLGeoField` to create spatial indexes again.
Justin Bronn
2008-10-26
Fixed #9448 -- `Layer` objects now carry a reference to their parent `DataSou...
Justin Bronn
2008-10-26
Fixed #9391 -- `AdminSite` and `ModelAdmin` now exposed in `django.contrib.gi...
Justin Bronn
2008-10-25
Fixed `ogrinspect` management commannd -- no longer try to pass the global `v...
Justin Bronn
2008-10-21
Fixed #9361 -- thanks to Guillaume for the bug report and patch.
Justin Bronn
2008-09-15
Moved imports so that other tests may be imported without specifying Django s...
Justin Bronn
2008-09-15
Fixed #9008 -- now use the correct library path for loading the `WinDLL` inst...
Justin Bronn
2008-09-09
Fixed #8881 by specifying the geometry column name; added the `geom_col_name`...
Justin Bronn
2008-09-08
Fixed #8172 -- Improved a whole bunch of contrib templates (admin, databrowse...
Adrian Holovaty
2008-09-02
Fixed `GeoRSSSitemap` to no longer use both `args` and `kwargs` with `urlreso...
Justin Bronn
2008-09-01
Fixed #8210 and #8664: moved `USStateField` and `PhoneNumberField` to `django...
Jacob Kaplan-Moss
2008-08-29
Changed [8727] to use ImportError, which seems to actually work. Not sure what
Malcolm Tredinnick
2008-08-29
Fixed #8680 -- Changed a couple of GEOExceptions to Python's RuntimeError so
Malcolm Tredinnick
2008-08-26
Removed trailing whitespace in a few files.
Gary Wilson Jr
2008-08-26
Fixes for Geo sitemap errata.
Justin Bronn
2008-08-26
Fixed the `GeometryField` form to catch more than just GEOS exceptions.
Justin Bronn
2008-08-23
Fixed KML sitemaps, and added support for generating KMZ and GeoRSS sitemaps;...
Justin Bronn
2008-08-23
Fixed #8465. Mark KML input as safe so elements aren't escaped; added some de...
Justin Bronn
2008-08-18
GeoDjango users may now use `django.contrib.gis.tests.run_tests` for their `T...
Justin Bronn
2008-08-18
Fixed `GeoQuery.get_columns()` to be compatible with the changes in r8426.
Justin Bronn
2008-08-17
Fixed #8113. Made `get_width_height` a `GoogleZoom` method that takes the ex...
Justin Bronn
2008-08-16
Fixed #6547, added support for GeoRSS feeds in `django.contrib.gis.feeds`; ad...
Justin Bronn
2008-08-11
Fixed the `gis` test suite, finished conversions missed in r8296. Thanks, ro...
Justin Bronn
2008-08-11
Fixed #5461 -- Refactored the database backend code to use classes for the cr...
Russell Keith-Magee
2008-08-11
Refs #7742 -- Removed oldforms bits from `contrib.gis` app.
Gary Wilson Jr
2008-08-10
gis: Fixed #8207; now shield 2.4 test runners from attempting to import ctypes.
Justin Bronn
2008-08-07
gis: Fixed #8141; moved Python 2.3 incompatibilities out of the reach of the ...
Justin Bronn
[prev]
[next]