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
Age
Commit message (
Expand
)
Author
2015-02-11
Moved contrib.gis tests out of contrib.
Tim Graham
2015-02-06
Fixed E265 comment style
Collin Anderson
2015-02-06
Sorted imports with isort; refs #23860.
Tim Graham
2015-01-30
Fixed #14483 -- Allowed using subqueries with GIS lookups
Claude Paroz
2015-01-30
Fixed #24211 -- Removed ValuesQuerySet() and ValuesListQuerySet().
Loic Bistuer
2015-01-23
Moved imports in GIS tests to avoid failure if dependencies aren't installed.
Tim Graham
2015-01-20
Fixed typos in code comments.
Adam Taylor
2015-01-17
Fixed PostGIS crosses lookup and added crosses test
Claude Paroz
2015-01-17
Complemented test about non-supported aggregation exception
Claude Paroz
2015-01-16
Tested that geo aggregates support slicing
Sander Smits
2015-01-16
Fixed #24152 -- Deprecated GeoQuerySet aggregate methods
Claude Paroz
2015-01-13
Fixed #24136 -- Prevented crash when convert_extent input is None
Claude Paroz
2015-01-08
Fixed #24020 -- Refactored SQL compiler to use expressions
Anssi Kääriäinen
2014-12-30
Applied ignore_warnings to Django tests
Claude Paroz
2014-12-18
Fixed #24014 -- Unified OGRException and GDALException
Claude Paroz
2014-12-12
Fixed postgis test database initialization
Claude Paroz
2014-12-08
Fixed #23968 -- Replaced list comprehension with generators and dict comprehe...
Jon Dufresne
2014-12-01
Replaced router.routers usage with override_settings(DATABASE_ROUTERS); refs ...
wrwrwr
2014-11-19
Fixed GIS tests to again skip without error when GEOS is not installed.
Carl Meyer
2014-11-17
Added assertion error message for test_make_line
Claude Paroz
2014-11-15
Added a new GeoJSON serialization format for GeoDjango
Claude Paroz
2014-11-03
Fixed #23620 -- Used more specific assertions in the Django test suite.
Berker Peksag
2014-10-31
Fixed #23731 -- Fixed migrations crash when adding blank GeometryFields on Po...
Tim Graham
2014-10-24
Removed unused import
Claude Paroz
2014-10-24
Updated gis_migrations tests
Claude Paroz
2014-10-21
Removed unneeded override_system_checks
Claude Paroz
2014-10-16
Fixed #23579 -- Changed GEOSGeometry.__str__ to include the SRID
Claude Paroz
2014-10-11
Fixed two more tuple/int comparisons in gis tests
Claude Paroz
2014-10-01
Added a dumpdata/loaddata test for geographic content
Claude Paroz
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-25
Fixed #23537 -- Added Oracle GIS SchemaEditor.
Tim Graham
2014-09-25
Fixed #23538 -- Added SchemaEditor for MySQL GIS.
Tim Graham
2014-09-25
Added tolerance in equality testing to avoid random build failure
Thomas Chaumeny
2014-09-25
Fixed use of assert* functions in some gis tests
Thomas Chaumeny
2014-09-23
Added an Oracle workaround for a geogapp test; refs #23504.
Tim Graham
2014-09-23
Skipped a broken geoapp test on Oracle; refs #23504.
Tim Graham
2014-09-23
Called table_names instead of get_table_list in migrations
Claude Paroz
2014-09-19
Skipped a broken GIS test on Oracle; refs #23504.
Tim Graham
2014-09-19
Made a GIS test work on Oracle.
Tim Graham
2014-09-18
Fixed string length check in LayerMapping
Claude Paroz
2014-09-18
Removed unnecessary order_by() from a GIS test that crashed Oracle.
Tim Graham
2014-09-18
Improved GIS migration test cleanup; refs #23504.
Tim Graham
2014-09-18
Added feature flag for geometry_field_introspection; refs #22632 and #23504.
Tim Graham
2014-09-18
Added a feature flag for add_srs_entry support; refs #22632 and #23504.
Tim Graham
2014-09-17
Avoided a crash on an Oracle GIS test; refs #23504.
Tim Graham
2014-09-17
Skipped some broken tests on Oracle GIS; refs #23504.
Tim Graham
2014-09-12
Fixed #19139 -- Made OpenLayersWidget follow GeoModelAdmin's modifiable attri...
Flavio Curella
2014-09-10
Added ordering to prevent non-deterministic test failure; refs #23099.
Tim Graham
2014-09-05
Limited lines to 119 characters in django/
Tim Graham
[next]