index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
django
/
contrib
/
gis
/
tests
/
relatedapp
/
tests.py
Age
Commit message (
Expand
)
Author
2015-02-11
Moved contrib.gis tests out of contrib.
Tim Graham
2015-01-30
Fixed #24211 -- Removed ValuesQuerySet() and ValuesListQuerySet().
Loic Bistuer
2015-01-16
Fixed #24152 -- Deprecated GeoQuerySet aggregate methods
Claude Paroz
2015-01-08
Fixed #24020 -- Refactored SQL compiler to use expressions
Anssi Kääriäinen
2014-11-03
Fixed #23620 -- Used more specific assertions in the Django test suite.
Berker Peksag
2014-09-29
Added ordering to fix non-deterministic relatedapp test.
Tim Graham
2014-09-29
Replaced set([foo, ...]) by {foo, ...} literals. Refs PR 3282.
Thomas Chaumeny
2014-09-19
Skipped a broken GIS test on Oracle; refs #23504.
Tim Graham
2014-09-17
Skipped some broken tests on Oracle GIS; refs #23504.
Tim Graham
2014-09-05
Limited lines to 119 characters in django/
Tim Graham
2014-09-03
Fixed #18757, #14462, #21565 -- Reworked database-python type conversions
Marc Tamlyn
2014-08-26
Removed some more hardcoded backends in GIS tests
Claude Paroz
2014-08-23
Replaced no_mysql by connection features
Claude Paroz
2014-08-23
Replaced no_spatialite by connection features
Claude Paroz
2014-08-19
Replaced HAS_SPATIAL_DB by testing database feature
Claude Paroz
2014-08-08
Fixed #23099 -- Removed usage of deprecated initial data in Django's test suite.
Tim Graham
2014-04-09
Used more specific test assertions.
Aymeric Augustin
2014-03-29
Removed unused imports.
Tim Graham
2014-03-29
Confirmed GEOS 3.4 support
Claude Paroz
2013-11-02
Fixed flake8 E241
Boryslav Larin
2013-10-17
Fixed #21270 -- Fixed E701 pep8 warnings
Alasdair Nicol
2013-09-08
Removed a ton of unused local vars
Alex Gaynor
2013-07-29
Removed most of absolute_import imports
Claude Paroz
2013-07-01
Stopped using django.utils.unittest in the test suite.
Aymeric Augustin
2013-06-19
Removed several unused imports.
Aymeric Augustin
2013-05-10
Fixed #17365, #17366, #18727 -- Switched to discovery test runner.
Carl Meyer
2011-10-17
Remove a great many of the remaining relative imports.
Alex Gaynor
2011-09-11
Fixed #15305 -- Made `Count` aggregate and `.values()` play nice together on ...
Justin Bronn
2011-09-10
Fixed #14648 -- Fixed annotated date querysets when `GeoManager` is used. Th...
Justin Bronn
2011-08-12
Fixed #16584 -- Fixed a bunch of typos in code comments. Thanks, Bernhard Essl.
Jannis Leidel
2011-03-03
Updated test assertions that have been deprecated by the move to unittest2. I...
Russell Keith-Magee
2010-12-02
GeoDjango test suite housekeeping. Moved data into fixtures for `relatedapp`...
Justin Bronn
2010-07-20
Fixed #13934 -- `GeoSQLCompiler.get_default_columns` was missing `local_only`...
Justin Bronn
2009-12-29
Fixed #12344 -- Using `select_related()` on geographic fields with the Oracle...
Justin Bronn
2009-12-22
Fixed #1142 -- Added multiple database support.
Russell Keith-Magee
2009-07-27
Fixed test cases and `GeoQuerySet.geojson` to support PostGIS 1.4.
Justin Bronn
2009-07-16
Fixed #11489 -- `GeoQuery.resolve_columns` now recognizes annotations; disabl...
Justin Bronn
2009-07-11
Forgot to add the `collect` GeoQuerySet method to correspond to the `Collect`...
Justin Bronn
2009-06-29
Fixed #11381 -- `GeoManager` + `select_related` + nullable `ForeignKey` now w...
Justin Bronn
2009-06-03
Fixed #11087 -- Fixed the `Count` annotation when used with `GeoManager`. Th...
Justin Bronn
2009-04-21
Fixed #10839 -- `GeoQuery` now unpickles properly on Oracle.
Justin Bronn
2009-04-14
Fixed #10807 - `GeoWhereNode` no longer passes `Constraint` objects to where ...
Justin Bronn
2009-04-07
Fixed #10757 -- Fixed improper selection of primary keys across relations whe...
Justin Bronn
2009-04-04
Fixed #10695 -- Fixed implementation of deferred attribute retrieval.
Malcolm Tredinnick
2009-04-01
Fixed #9871 -- Geometry objects are now returned in dictionaries and tuples r...
Justin Bronn
2009-03-30
Refactored and cleaned up parts of the spatial database backend. Changes inc...
Justin Bronn
2009-03-03
Fixed #10159 -- `F()` expressions now work on geographic fields. The tests a...
Justin Bronn
2008-12-06
Fixed #9572 -- use `opts` argument. Thanks SeanL for bug report and patch.
Justin Bronn
2008-08-05
Merged the gis branch into trunk.
Justin Bronn