summaryrefslogtreecommitdiff
path: root/django/contrib/gis/tests
AgeCommit message (Collapse)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
Thanks Anssi Kääriäinen, Marc Tamlyn, and Tim Graham for the reviews.
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
Refs #15101. Patch slightly reworked by Claude Paroz.
2015-01-16Fixed #24152 -- Deprecated GeoQuerySet aggregate methodsClaude Paroz
Thanks Josh Smeaton and Tim Graham for the reviews.
2015-01-13Fixed #24136 -- Prevented crash when convert_extent input is NoneClaude Paroz
Thanks Max Demars for the report.
2015-01-08Fixed #24020 -- Refactored SQL compiler to use expressionsAnssi Kääriäinen
Refactored compiler SELECT, GROUP BY and ORDER BY generation. While there, also refactored select_related() implementation (get_cached_row() and get_klass_info() are now gone!). Made get_db_converters() method work on expressions instead of internal_type. This allows the backend converters to target specific expressions if need be. Added query.context, this can be used to set per-query state. Also changed the signature of database converters. They now accept context as an argument.
2014-12-30Applied ignore_warnings to Django testsClaude Paroz
2014-12-18Fixed #24014 -- Unified OGRException and GDALExceptionClaude Paroz
Thanks Tim Graham for the review.
2014-12-12Fixed postgis test database initializationClaude Paroz
Refs #20968. Allow querying template_postgis presence without existing test database. Thanks Tim Graham for the review.
2014-12-08Fixed #23968 -- Replaced list comprehension with generators and dict ↵Jon Dufresne
comprehension
2014-12-01Replaced router.routers usage with override_settings(DATABASE_ROUTERS); refs ↵wrwrwr
#23933.
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
Refs #23842. Thanks Thomas Chaumeny for the suggestion.
2014-11-15Added a new GeoJSON serialization format for GeoDjangoClaude Paroz
Thanks Reinout van Rees for the review.
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 ↵Tim Graham
PostGIS. Thanks raratiru for the report and Claude Paroz for review.
2014-10-24Removed unused importClaude Paroz
2014-10-24Updated gis_migrations testsClaude Paroz
2014-10-21Removed unneeded override_system_checksClaude Paroz
Refs #23685.
2014-10-16Fixed #23579 -- Changed GEOSGeometry.__str__ to include the SRIDClaude Paroz
Thanks Tim Graham for the review.
2014-10-11Fixed two more tuple/int comparisons in gis testsClaude Paroz
Refs 63ff417746.
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
Thanks Collin Anderson for the review.
2014-09-25Fixed #23537 -- Added Oracle GIS SchemaEditor.Tim Graham
Thanks Shai Berger for review.
2014-09-25Fixed #23538 -- Added SchemaEditor for MySQL GIS.Tim Graham
Thanks Claude Paroz for suggestions and review.
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
Thanks Josh Smeaton and Claude Paroz for advice.
2014-09-18Fixed string length check in LayerMappingClaude Paroz
2014-09-18Removed unnecessary order_by() from a GIS test that crashed Oracle.Tim Graham
Oracle cannot order_by() a TextField; refs #23504.
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 ↵Flavio Curella
attribute Thanks Tim Graham for the review.
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
refs #23395.