django1/django/contrib/gis/tests
Justin Bronn fed3081caf Fixed #12390 -- `Distance` and `Area` objects now support multiplication when they are the right-hand side.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@11898 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-12-17 18:21:30 +00:00
..
data `OGRGeomType` now recognizes 2.5D types, and removes need for unnecessary workaround in `Layer.geom_type`; corrected geometry type in test VRT file. Refs #11433. 2009-11-14 23:25:44 +00:00
distapp Refactored and cleaned up parts of the spatial database backend. Changes include: 2009-03-30 17:15:49 +00:00
geo3d Fixed #11433 -- 3D geometry fields are now supported with PostGIS; EWKB is now used by `PostGISAdaptor`. 2009-11-16 18:49:00 +00:00
geoapp Fixed a brittle test case that was failing on PostGIS versions < 1.4. 2009-11-10 03:51:05 +00:00
layermap Fixed #12093 -- `LayerMapping` now takes into account model inheritance when looking for the geometry column; forgot to diable extent regression test on MySQL. 2009-11-02 02:17:56 +00:00
relatedapp Fixed test cases and `GeoQuerySet.geojson` to support PostGIS 1.4. 2009-07-27 04:21:31 +00:00
__init__.py As promised, removed the `_DeprecatedTestModule` and its instances. 2009-11-17 02:13:26 +00:00
geometries.py Added `ewkb` and `hexewkb` properties to `GEOSGeometry`. Refs #11433, #12010. 2009-11-10 03:35:25 +00:00
test_geoforms.py Fixed #10660 -- `GeometryField` no longer requires `srid`/`null` keywords, and now respects `required`; coordinate transformations now done inside `gis.forms.GeometryField` -- benefit being that `OSMGeoAdmin` no longer requires 900913 entry in `spatial_ref_sys` thus enabling it to work with MySQL/Oracle spatial backends; added tests for geographic forms. 2009-04-25 18:24:32 +00:00
test_geoip.py Fixed #11245, #11246 -- Fixed validity check of `GeoIP` pointers and leaking of their references; also clarified initialization, fixed a stale test, added comments about version compatibility, and did some whitespace cleanup. 2009-06-11 02:45:46 +00:00
test_measure.py Fixed #12390 -- `Distance` and `Area` objects now support multiplication when they are the right-hand side. 2009-12-17 18:21:30 +00:00
test_spatialrefsys.py Fixed test cases and `GeoQuerySet.geojson` to support PostGIS 1.4. 2009-07-27 04:21:31 +00:00
urls.py Fixed #6547, added support for GeoRSS feeds in `django.contrib.gis.feeds`; added the `feed_extra_kwargs` and `item_extra_kwargs` to the `Feed` baseclass so that it's possible for subclasses to add dynamic attributes. 2008-08-16 20:40:47 +00:00
utils.py Refactored and cleaned up parts of the spatial database backend. Changes include: 2009-03-30 17:15:49 +00:00