django1/django/contrib/gis/tests
Justin Bronn b401d44a9f Fixed #9364 -- now uses the appropriate database table for inherited `GeometryField`s; now uses the `SpatialBackend` booleans in tests.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@9336 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-11-05 17:51:11 +00:00
..
data Merged the gis branch into trunk. 2008-08-05 18:13:06 +00:00
distapp Merged the gis branch into trunk. 2008-08-05 18:13:06 +00:00
geoapp Fixed #9364 -- now uses the appropriate database table for inherited `GeometryField`s; now uses the `SpatialBackend` booleans in tests. 2008-11-05 17:51:11 +00:00
layermap Merged the gis branch into trunk. 2008-08-05 18:13:06 +00:00
relatedapp Fixed #8210 and #8664: moved `USStateField` and `PhoneNumberField` to `django.contrib.localflavor.us`. This is a backwards-incompatible change, albeit a minor one; just add an aditional `import` and go on your way. 2008-09-01 22:15:35 +00:00
__init__.py Moved imports so that other tests may be imported without specifying Django settings. 2008-09-15 18:06:02 +00:00
geometries.py Merged the gis branch into trunk. 2008-08-05 18:13:06 +00:00
test_gdal.py Merged the gis branch into trunk. 2008-08-05 18:13:06 +00:00
test_gdal_driver.py Merged the gis branch into trunk. 2008-08-05 18:13:06 +00:00
test_gdal_ds.py Fixed #9448 -- `Layer` objects now carry a reference to their parent `DataSource`. Thanks, Matthew D. Hancher for the bug report. 2008-10-26 22:24:21 +00:00
test_gdal_envelope.py Merged the gis branch into trunk. 2008-08-05 18:13:06 +00:00
test_gdal_geom.py Merged the gis branch into trunk. 2008-08-05 18:13:06 +00:00
test_gdal_srs.py Merged the gis branch into trunk. 2008-08-05 18:13:06 +00:00
test_geoip.py Merged the gis branch into trunk. 2008-08-05 18:13:06 +00:00
test_geos.py Merged the gis branch into trunk. 2008-08-05 18:13:06 +00:00
test_measure.py Merged the gis branch into trunk. 2008-08-05 18:13:06 +00:00
test_spatialrefsys.py Merged the gis branch into trunk. 2008-08-05 18:13:06 +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 Merged the gis branch into trunk. 2008-08-05 18:13:06 +00:00