summaryrefslogtreecommitdiff
path: root/django/contrib/gis
AgeCommit message (Expand)Author
2009-05-02Removed module-level imports from `django.test` -- this prevented running the...Justin Bronn
2009-04-30Added a missing ASCII 32 in a GIS form field error message. Thanks Alex Gayno...Brian Rosner
2009-04-26Fixed #10872 -- Geographic admin now supports new `list_editable` option. Th...Justin Bronn
2009-04-26Fixed #9299 -- Made default zoom level for points in the admin more sensible....Justin Bronn
2009-04-25Fixed #10660 -- `GeometryField` no longer requires `srid`/`null` keywords, an...Justin Bronn
2009-04-24Removed references to deprecated `GeometryField` atribute in `GeoModelAdmin`.Justin Bronn
2009-04-24Fixed #10888 -- May now insert NULL `GeometryField` values on Oracle.Justin Bronn
2009-04-21Fixed #10839 -- `GeoQuery` now unpickles properly on Oracle.Justin Bronn
2009-04-19Fixed #10364 -- Correctly identify test spatial database creation errors to t...Justin Bronn
2009-04-19Fixed #10832 -- now use `reorder_suite` in GeoDjango test runner, thanks sean...Justin Bronn
2009-04-19Fixed #10791 -- The GeoDjango test runner now respects the `--noinput` comman...Justin Bronn
2009-04-16Fixed #9620 -- `GeometryColumns` and `SpatialRefSys` models now play nice wit...Justin Bronn
2009-04-16Fixed #10836 -- Forgot to move import to to `where` module. Thanks, seanl fo...Justin Bronn
2009-04-14Fixed #10807 - `GeoWhereNode` no longer passes `Constraint` objects to where ...Justin Bronn
2009-04-12Added experimental support for a POSTGIS_VERSION setting for GeoDjango. If se...Adrian Holovaty
2009-04-11Upgraded SpatiaLite default initialization SQL file name for 2.3 release.Justin Bronn
2009-04-10No longer create tables for unnecessary applications when running the GeoDjan...Justin Bronn
2009-04-10Applied latest changes to `ListMixin` from Aryeh Leib Taurog and added him to...Justin Bronn
2009-04-10Refactored `get_srid_info` to use the ORM (now possible since it's no longer ...Justin Bronn
2009-04-10Added an SRID_CACHE to GeoDjango db/models/fields/__init__.py so that we only...Adrian Holovaty
2009-04-10Fixed typo in GeoDjango deprecation error messageAdrian Holovaty
2009-04-10Changed GeoDjango GeometryField to lazily load units, units_name and _spheroidAdrian Holovaty
2009-04-08Now take advantage of new argument accepted by `AddGeometryColumn` in SpatiaL...Justin Bronn
2009-04-07Fixed #10757 -- Fixed improper selection of primary keys across relations whe...Justin Bronn
2009-04-07Now support SVG output in SpatiaLite; added tests for SVG output.Justin Bronn
2009-04-04Fixed #10695 -- Fixed implementation of deferred attribute retrieval.Malcolm Tredinnick
2009-04-04Tweaked a GIS expected test failure.Malcolm Tredinnick
2009-04-02Fixed #9745 -- Added the `GeoQuerySet` methods `snap_to_grid` and `geojson`.Justin Bronn
2009-04-01Forgot to include the SpatiaLite test SQL files.Justin Bronn
2009-04-01Fixed #9871 -- Geometry objects are now returned in dictionaries and tuples r...Justin Bronn
2009-03-31Forgot to remove import of defunct `GeoMixin`.Justin Bronn
2009-03-31Fixed #9437 -- Now close database connection within `get_srid_info`. Thanks,...Justin Bronn
2009-03-30Fixed the `add_postgis_srs` routine to support SpatiaLite.Justin Bronn
2009-03-30Fixed #9686 -- SpatiaLite is now a supported spatial database backend. Thank...Justin Bronn
2009-03-30Fixed #9130 -- Fixed typo in comment, thanks scel.Gary Wilson Jr
2009-03-30Refactored and cleaned up parts of the spatial database backend. Changes inc...Justin Bronn
2009-03-28Cleanup, bug fixes, and new tests for the GEOS I/O objects and `GEOSBase` obj...Justin Bronn
2009-03-26Fixed #10620 -- removed carriage returns in a GEOS tests module; fixed other ...Justin Bronn
2009-03-24Fixed error when trying to import the GEOS tests from their new location.Justin Bronn
2009-03-24Refactored the GEOS interface. Improvements include:Justin Bronn
2009-03-20GeoDjango test suite now takes advantage of `importlib` added in r10088.Justin Bronn
2009-03-20Fixed #10480 -- made `icons` a property to add more flexibility.Justin Bronn
2009-03-11Fixed the django.contrib.gis test database creation as well.Malcolm Tredinnick
2009-03-10Fixed #9204 -- Added `GIcon` overlay, allowing customization for icons of `GM...Justin Bronn
2009-03-09Fixed #9955 -- Added `GoogleMapSet`, which enables multiple `GoogleMap` objec...Justin Bronn
2009-03-09Pass values through get_db_prep_save() in a QuerySet.update() call.Malcolm Tredinnick
2009-03-08Fixed #10072 -- `GMarker` overlays now have `draggable` option. Thanks to pr...Justin Bronn
2009-03-07Maintenance refactor of the GDAL (OGR) ctypes interface. Changes include:Justin Bronn
2009-03-06Fixed #10397 -- made GIS test runner compatible with changes in r9756.Justin Bronn
2009-03-03Fixed #10159 -- `F()` expressions now work on geographic fields. The tests a...Justin Bronn