summaryrefslogtreecommitdiff
path: root/django/contrib/gis/tests
AgeCommit message (Expand)Author
2015-02-11Moved contrib.gis tests out of contrib.Tim Graham
2015-02-06Fixed E265 comment styleCollin Anderson
2015-02-06Sorted imports with isort; refs #23860.Tim Graham
2015-01-30Fixed #14483 -- Allowed using subqueries with GIS lookupsClaude Paroz
2015-01-30Fixed #24211 -- Removed ValuesQuerySet() and ValuesListQuerySet().Loic Bistuer
2015-01-23Moved imports in GIS tests to avoid failure if dependencies aren't installed.Tim Graham
2015-01-20Fixed typos in code comments.Adam Taylor
2015-01-17Fixed PostGIS crosses lookup and added crosses testClaude Paroz
2015-01-17Complemented test about non-supported aggregation exceptionClaude Paroz
2015-01-16Tested that geo aggregates support slicingSander Smits
2015-01-16Fixed #24152 -- Deprecated GeoQuerySet aggregate methodsClaude Paroz
2015-01-13Fixed #24136 -- Prevented crash when convert_extent input is NoneClaude Paroz
2015-01-08Fixed #24020 -- Refactored SQL compiler to use expressionsAnssi Kääriäinen
2014-12-30Applied ignore_warnings to Django testsClaude Paroz
2014-12-18Fixed #24014 -- Unified OGRException and GDALExceptionClaude Paroz
2014-12-12Fixed postgis test database initializationClaude Paroz
2014-12-08Fixed #23968 -- Replaced list comprehension with generators and dict comprehe...Jon Dufresne
2014-12-01Replaced router.routers usage with override_settings(DATABASE_ROUTERS); refs ...wrwrwr
2014-11-19Fixed GIS tests to again skip without error when GEOS is not installed.Carl Meyer
2014-11-17Added assertion error message for test_make_lineClaude Paroz
2014-11-15Added a new GeoJSON serialization format for GeoDjangoClaude Paroz
2014-11-03Fixed #23620 -- Used more specific assertions in the Django test suite.Berker Peksag
2014-10-31Fixed #23731 -- Fixed migrations crash when adding blank GeometryFields on Po...Tim Graham
2014-10-24Removed unused importClaude Paroz
2014-10-24Updated gis_migrations testsClaude Paroz
2014-10-21Removed unneeded override_system_checksClaude Paroz
2014-10-16Fixed #23579 -- Changed GEOSGeometry.__str__ to include the SRIDClaude Paroz
2014-10-11Fixed two more tuple/int comparisons in gis testsClaude Paroz
2014-10-01Added a dumpdata/loaddata test for geographic contentClaude Paroz
2014-09-29Added ordering to fix non-deterministic relatedapp test.Tim Graham
2014-09-29Replaced set([foo, ...]) by {foo, ...} literals. Refs PR 3282.Thomas Chaumeny
2014-09-25Fixed #23537 -- Added Oracle GIS SchemaEditor.Tim Graham
2014-09-25Fixed #23538 -- Added SchemaEditor for MySQL GIS.Tim Graham
2014-09-25Added tolerance in equality testing to avoid random build failureThomas Chaumeny
2014-09-25Fixed use of assert* functions in some gis testsThomas Chaumeny
2014-09-23Added an Oracle workaround for a geogapp test; refs #23504.Tim Graham
2014-09-23Skipped a broken geoapp test on Oracle; refs #23504.Tim Graham
2014-09-23Called table_names instead of get_table_list in migrationsClaude Paroz
2014-09-19Skipped a broken GIS test on Oracle; refs #23504.Tim Graham
2014-09-19Made a GIS test work on Oracle.Tim Graham
2014-09-18Fixed string length check in LayerMappingClaude Paroz
2014-09-18Removed unnecessary order_by() from a GIS test that crashed Oracle.Tim Graham
2014-09-18Improved GIS migration test cleanup; refs #23504.Tim Graham
2014-09-18Added feature flag for geometry_field_introspection; refs #22632 and #23504.Tim Graham
2014-09-18Added a feature flag for add_srs_entry support; refs #22632 and #23504.Tim Graham
2014-09-17Avoided a crash on an Oracle GIS test; refs #23504.Tim Graham
2014-09-17Skipped some broken tests on Oracle GIS; refs #23504.Tim Graham
2014-09-12Fixed #19139 -- Made OpenLayersWidget follow GeoModelAdmin's modifiable attri...Flavio Curella
2014-09-10Added ordering to prevent non-deterministic test failure; refs #23099.Tim Graham
2014-09-05Limited lines to 119 characters in django/Tim Graham