summaryrefslogtreecommitdiff
path: root/django/contrib/gis/tests/relatedapp/tests.py
AgeCommit message (Expand)Author
2015-02-11Moved contrib.gis tests out of contrib.Tim Graham
2015-01-30Fixed #24211 -- Removed ValuesQuerySet() and ValuesListQuerySet().Loic Bistuer
2015-01-16Fixed #24152 -- Deprecated GeoQuerySet aggregate methodsClaude Paroz
2015-01-08Fixed #24020 -- Refactored SQL compiler to use expressionsAnssi Kääriäinen
2014-11-03Fixed #23620 -- Used more specific assertions in the Django test suite.Berker Peksag
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-19Skipped a broken GIS test on Oracle; refs #23504.Tim Graham
2014-09-17Skipped some broken tests on Oracle GIS; refs #23504.Tim Graham
2014-09-05Limited lines to 119 characters in django/Tim Graham
2014-09-03Fixed #18757, #14462, #21565 -- Reworked database-python type conversionsMarc Tamlyn
2014-08-26Removed some more hardcoded backends in GIS testsClaude Paroz
2014-08-23Replaced no_mysql by connection featuresClaude Paroz
2014-08-23Replaced no_spatialite by connection featuresClaude Paroz
2014-08-19Replaced HAS_SPATIAL_DB by testing database featureClaude Paroz
2014-08-08Fixed #23099 -- Removed usage of deprecated initial data in Django's test suite.Tim Graham
2014-04-09Used more specific test assertions.Aymeric Augustin
2014-03-29Removed unused imports.Tim Graham
2014-03-29Confirmed GEOS 3.4 supportClaude Paroz
2013-11-02Fixed flake8 E241Boryslav Larin
2013-10-17Fixed #21270 -- Fixed E701 pep8 warningsAlasdair Nicol
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-06-19Removed several unused imports.Aymeric Augustin
2013-05-10Fixed #17365, #17366, #18727 -- Switched to discovery test runner.Carl Meyer
2011-10-17Remove a great many of the remaining relative imports.Alex Gaynor
2011-09-11Fixed #15305 -- Made `Count` aggregate and `.values()` play nice together on ...Justin Bronn
2011-09-10Fixed #14648 -- Fixed annotated date querysets when `GeoManager` is used. Th...Justin Bronn
2011-08-12Fixed #16584 -- Fixed a bunch of typos in code comments. Thanks, Bernhard Essl.Jannis Leidel
2011-03-03Updated test assertions that have been deprecated by the move to unittest2. I...Russell Keith-Magee
2010-12-02GeoDjango test suite housekeeping. Moved data into fixtures for `relatedapp`...Justin Bronn
2010-07-20Fixed #13934 -- `GeoSQLCompiler.get_default_columns` was missing `local_only`...Justin Bronn
2009-12-29Fixed #12344 -- Using `select_related()` on geographic fields with the Oracle...Justin Bronn
2009-12-22Fixed #1142 -- Added multiple database support.Russell Keith-Magee
2009-07-27Fixed test cases and `GeoQuerySet.geojson` to support PostGIS 1.4.Justin Bronn
2009-07-16Fixed #11489 -- `GeoQuery.resolve_columns` now recognizes annotations; disabl...Justin Bronn
2009-07-11Forgot to add the `collect` GeoQuerySet method to correspond to the `Collect`...Justin Bronn
2009-06-29Fixed #11381 -- `GeoManager` + `select_related` + nullable `ForeignKey` now w...Justin Bronn
2009-06-03Fixed #11087 -- Fixed the `Count` annotation when used with `GeoManager`. Th...Justin Bronn
2009-04-21Fixed #10839 -- `GeoQuery` now unpickles properly on Oracle.Justin Bronn
2009-04-14Fixed #10807 - `GeoWhereNode` no longer passes `Constraint` objects to where ...Justin Bronn
2009-04-07Fixed #10757 -- Fixed improper selection of primary keys across relations whe...Justin Bronn
2009-04-04Fixed #10695 -- Fixed implementation of deferred attribute retrieval.Malcolm Tredinnick
2009-04-01Fixed #9871 -- Geometry objects are now returned in dictionaries and tuples r...Justin Bronn
2009-03-30Refactored and cleaned up parts of the spatial database backend. Changes inc...Justin Bronn
2009-03-03Fixed #10159 -- `F()` expressions now work on geographic fields. The tests a...Justin Bronn
2008-12-06Fixed #9572 -- use `opts` argument. Thanks SeanL for bug report and patch.Justin Bronn
2008-08-05Merged the gis branch into trunk.Justin Bronn