django/tests/regressiontests/swappable_models
Russell Keith-Magee c04c03daa3 Fixed #19401 -- Ensure that swappable model references are case insensitive.
This is necessary because get_model() checks are case insensitive, and if the swapable check isn't, the
swappable logic gets tied up in knots with models that are partially swapped out.

Thanks to chris@cogdon.org for the report and extensive analysis, and Preston for his work on the draft patch.
2012-12-20 16:10:19 +08:00
..
__init__.py Fixed #19806 -- Ensure that content types and permissions aren't created for swapped models. 2012-11-24 13:43:20 +08:00
models.py Fixed #19806 -- Ensure that content types and permissions aren't created for swapped models. 2012-11-24 13:43:20 +08:00
tests.py Fixed #19401 -- Ensure that swappable model references are case insensitive. 2012-12-20 16:10:19 +08:00