summaryrefslogtreecommitdiff
path: root/django/contrib/gis/tests/geogapp/tests.py
AgeCommit message (Expand)Author
2015-02-11Moved contrib.gis tests out of contrib.Tim Graham
2014-09-23Added an Oracle workaround for a geogapp test; refs #23504.Tim Graham
2014-08-26Removed some more hardcoded backends in GIS testsClaude Paroz
2014-08-08Fixed #23099 -- Removed usage of deprecated initial data in Django's test suite.Tim Graham
2014-08-01Fixed #23108 -- Dropped support for PostgreSQL 8.4 & PostGIS 1.3, 1.4.Tim Graham
2013-11-02Fixed all E261 warningscoagulant
2013-10-26Fixed all the E203 violationsAlex Gaynor
2013-09-08Removed a ton of unused local varsAlex Gaynor
2013-07-29Removed most of absolute_import importsClaude Paroz
2013-07-01Stopped using django.utils.unittest in the test suite.Aymeric Augustin
2013-05-11Fixed a regression from e23a5f9a4730ddecb8f3950ee2936716f458c506.Florian Apolloner
2013-05-10Fixed #17365, #17366, #18727 -- Switched to discovery test runner.Carl Meyer
2012-12-08Fixed #19357 -- Allow non-ASCII chars in filesystem pathsClaude Paroz
2011-10-17Remove a great many of the remaining relative imports.Alex Gaynor
2011-07-13Fixed #16225 -- Removed unused imports. Many thanks to Aymeric Augustin for t...Jannis Leidel
2010-10-12Enabled area calculations for geography columns.Justin Bronn
2010-09-12Fixed #14060 -- PostGIS never implemented the `~=` operator for geography typ...Justin Bronn
2009-12-25Fixed `LayerMapping` to work with PostGIS geography fields; removed `LayerMap...Justin Bronn
2009-12-23Added tests for PostGIS geography support; added `proj_version_tuple` to Post...Justin Bronn