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