summaryrefslogtreecommitdiff
path: root/django/contrib/gis/tests/__init__.py
AgeCommit message (Expand)Author
2015-02-11Moved contrib.gis tests out of contrib.Tim Graham
2013-07-09Trusted test skipping about gis tests running or notClaude Paroz
2013-05-10Fixed #17365, #17366, #18727 -- Switched to discovery test runner.Carl Meyer
2012-06-14Discovered some geodjango tests with standard mechanismClaude Paroz
2012-04-01Removed broken function-based custom test runner in GeoDjangoRamiro Morales
2011-09-17Fixed #15277 -- Cleaned up `ogrinspect` command, added tests and extended sup...Justin Bronn
2011-09-10Fixed #16553 -- Refactored the `GeoIP` module, moving it `django.contrib.gis....Justin Bronn
2011-09-10Fixed #16790 -- Modified the geographic admin to work after r16594. Thanks, ...Justin Bronn
2011-07-13Fixed #15707 -- Made the GIS feed compatible to the class based feeds and int...Jannis Leidel
2011-04-02Advanced deprecations in contrib.gis.Russell Keith-Magee
2010-12-21Fixed #10420 -- GeoDjango tests are run as part of Django tests when using sp...Justin Bronn
2010-12-02GeoDjango test suite housekeeping. Moved data into fixtures for `relatedapp`...Justin Bronn
2010-11-20Now possible to run the GeoDjango test suite with a minimal settings file. R...Justin Bronn
2010-10-11Fixed #12991 -- Added unittest2 support. Thanks to PaulM for the draft patch,...Russell Keith-Magee
2010-10-11Fixed #14436 -- Escalated 1.2 PendingDeprecationWarnings to DeprecationWarnin...Russell Keith-Magee
2010-09-12Fixed regression in running the GeoDjango test suite after r13670 with additi...Justin Bronn
2009-12-23Added tests for PostGIS geography support; added `proj_version_tuple` to Post...Justin Bronn
2009-12-22Fixed #1142 -- Added multiple database support.Russell Keith-Magee
2009-11-17As promised, removed the `_DeprecatedTestModule` and its instances.Justin Bronn
2009-11-16Fixed #11433 -- 3D geometry fields are now supported with PostGIS; EWKB is no...Justin Bronn
2009-05-02Removed module-level imports from `django.test` -- this prevented running the...Justin Bronn
2009-04-25Fixed #10660 -- `GeometryField` no longer requires `srid`/`null` keywords, an...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-10No longer create tables for unnecessary applications when running the GeoDjan...Justin Bronn
2009-03-30Refactored and cleaned up parts of the spatial database backend. Changes inc...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-07Maintenance refactor of the GDAL (OGR) ctypes interface. Changes include:Justin Bronn
2009-03-03Fixed #10159 -- `F()` expressions now work on geographic fields. The tests a...Justin Bronn
2008-12-26Fixed #9664 -- `LayerMapping` now works with MySQL spatial backends.Justin Bronn
2008-09-15Moved imports so that other tests may be imported without specifying Django s...Justin Bronn
2008-08-23Fixed KML sitemaps, and added support for generating KMZ and GeoRSS sitemaps;...Justin Bronn
2008-08-18GeoDjango users may now use `django.contrib.gis.tests.run_tests` for their `T...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-07gis: Fixed #8141; moved Python 2.3 incompatibilities out of the reach of the ...Justin Bronn
2008-08-05Merged the gis branch into trunk.Justin Bronn