summaryrefslogtreecommitdiff
path: root/django/contrib/gis/tests/layermap
AgeCommit message (Expand)Author
2015-02-11Moved contrib.gis tests out of contrib.Tim Graham
2015-02-06Sorted imports with isort; refs #23860.Tim Graham
2014-12-01Replaced router.routers usage with override_settings(DATABASE_ROUTERS); refs ...wrwrwr
2014-09-18Fixed string length check in LayerMappingClaude Paroz
2014-09-18Removed unnecessary order_by() from a GIS test that crashed Oracle.Tim Graham
2014-09-05Limited lines to 119 characters in django/Tim Graham
2014-08-26Removed some more hardcoded backends in GIS testsClaude Paroz
2014-08-19Replaced HAS_SPATIAL_DB by testing database featureClaude Paroz
2014-05-15Harmonized some PEP 0263 coding preamblesClaude Paroz
2014-01-01Properly assigned app_label to GIS test models.Aymeric Augustin
2013-11-02Fixed all E261 warningscoagulant
2013-11-02More attacking E302 violatorsAlex Gaynor
2013-10-26Fixed all the E203 violationsAlex Gaynor
2013-10-26Fixed up some more flake8 violations (this particular violation still has man...Alex Gaynor
2013-10-22Fixed E221 pep8 warnings.Tim Graham
2013-10-17Fixed #21270 -- Fixed E701 pep8 warningsAlasdair Nicol
2013-10-11Fixed assorted flake8 errors.Tim Graham
2013-10-10Whitespace cleanup.Tim Graham
2013-09-08Removed a ton of unused local varsAlex Gaynor
2013-08-09Merge remote-tracking branch 'core/master' into schema-alterationAndrew Godwin
2013-07-30Rename allow_syncdb to allow_migrateAndrew Godwin
2013-07-29Removed most of absolute_import importsClaude Paroz
2013-07-01Stopped using django.utils.unittest in the test suite.Aymeric Augustin
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
2012-10-08Use smarter string decoding in GeoDjangoClaude Paroz
2012-10-05Forgot to import `unittest` from `django.utils`.Justin Bronn
2012-10-05Skip `LayerMapRouterTest` if there are not multiple databases.Justin Bronn
2012-09-20Fixed #17687 -- Made LayerMapping router-awareClaude Paroz
2012-05-24Fixed #18367 -- Allowed LayerMapping to store strings in TextField.Claude Paroz
2012-05-24Modernized contrib.gis layermapping tests.Claude Paroz
2011-10-17Remove a great many of the remaining relative imports.Alex Gaynor
2011-09-09Fixed a brittle test in the `LayerMapping` tests.Justin Bronn
2011-07-13Fixed #16225 -- Removed unused imports. Many thanks to Aymeric Augustin for t...Jannis Leidel
2011-03-30Fixed tests broke in r15926.Justin Bronn
2011-03-28Removed a bunch of Python 2.4 workarounds now that we don't support it. Refs ...Adrian Holovaty
2011-03-15Fixed #15378 -- Now properly handle OGR layers that have features with invali...Justin Bronn
2010-12-02GeoDjango test suite housekeeping. Moved data into fixtures for `relatedapp`...Justin Bronn
2010-10-11Fixed #12991 -- Added unittest2 support. Thanks to PaulM for the draft patch,...Russell Keith-Magee
2009-12-22Fixed #1142 -- Added multiple database support.Russell Keith-Magee
2009-12-17Fixed #11753 - Q objects with callables no longer explode on Python 2.4. Than...Jacob Kaplan-Moss
2009-11-02Fixed #12093 -- `LayerMapping` now takes into account model inheritance when ...Justin Bronn
2009-03-30Refactored and cleaned up parts of the spatial database backend. Changes inc...Justin Bronn
2008-12-26Fixed #9664 -- `LayerMapping` now works with MySQL spatial backends.Justin Bronn
2008-08-05Merged the gis branch into trunk.Justin Bronn