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
/
layermap
/
tests.py
Age
Commit message (
Expand
)
Author
2015-02-11
Moved contrib.gis tests out of contrib.
Tim Graham
2015-02-06
Sorted imports with isort; refs #23860.
Tim Graham
2014-12-01
Replaced router.routers usage with override_settings(DATABASE_ROUTERS); refs ...
wrwrwr
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-08-26
Removed some more hardcoded backends in GIS tests
Claude Paroz
2014-08-19
Replaced HAS_SPATIAL_DB by testing database feature
Claude Paroz
2014-05-15
Harmonized some PEP 0263 coding preambles
Claude Paroz
2013-11-02
Fixed all E261 warnings
coagulant
2013-11-02
More attacking E302 violators
Alex Gaynor
2013-10-26
Fixed all the E203 violations
Alex Gaynor
2013-10-26
Fixed up some more flake8 violations (this particular violation still has man...
Alex Gaynor
2013-10-22
Fixed E221 pep8 warnings.
Tim Graham
2013-10-17
Fixed #21270 -- Fixed E701 pep8 warnings
Alasdair Nicol
2013-10-11
Fixed assorted flake8 errors.
Tim Graham
2013-09-08
Removed a ton of unused local vars
Alex Gaynor
2013-08-09
Merge remote-tracking branch 'core/master' into schema-alteration
Andrew Godwin
2013-07-30
Rename allow_syncdb to allow_migrate
Andrew Godwin
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-05-10
Fixed #17365, #17366, #18727 -- Switched to discovery test runner.
Carl Meyer
2012-12-08
Fixed #19357 -- Allow non-ASCII chars in filesystem paths
Claude Paroz
2012-10-08
Use smarter string decoding in GeoDjango
Claude Paroz
2012-10-05
Forgot to import `unittest` from `django.utils`.
Justin Bronn
2012-10-05
Skip `LayerMapRouterTest` if there are not multiple databases.
Justin Bronn
2012-09-20
Fixed #17687 -- Made LayerMapping router-aware
Claude Paroz
2012-05-24
Fixed #18367 -- Allowed LayerMapping to store strings in TextField.
Claude Paroz
2012-05-24
Modernized contrib.gis layermapping tests.
Claude Paroz
2011-10-17
Remove a great many of the remaining relative imports.
Alex Gaynor
2011-09-09
Fixed a brittle test in the `LayerMapping` tests.
Justin Bronn
2011-07-13
Fixed #16225 -- Removed unused imports. Many thanks to Aymeric Augustin for t...
Jannis Leidel
2011-03-30
Fixed tests broke in r15926.
Justin Bronn
2011-03-28
Removed a bunch of Python 2.4 workarounds now that we don't support it. Refs ...
Adrian Holovaty
2011-03-15
Fixed #15378 -- Now properly handle OGR layers that have features with invali...
Justin Bronn
2010-12-02
GeoDjango test suite housekeeping. Moved data into fixtures for `relatedapp`...
Justin Bronn
2010-10-11
Fixed #12991 -- Added unittest2 support. Thanks to PaulM for the draft patch,...
Russell Keith-Magee
2009-12-22
Fixed #1142 -- Added multiple database support.
Russell Keith-Magee
2009-12-17
Fixed #11753 - Q objects with callables no longer explode on Python 2.4. Than...
Jacob Kaplan-Moss
2009-11-02
Fixed #12093 -- `LayerMapping` now takes into account model inheritance when ...
Justin Bronn
2009-03-30
Refactored and cleaned up parts of the spatial database backend. Changes inc...
Justin Bronn
2008-12-26
Fixed #9664 -- `LayerMapping` now works with MySQL spatial backends.
Justin Bronn
2008-08-05
Merged the gis branch into trunk.
Justin Bronn