django/tests/commands_sql
Marc Tamlyn 48e1071007 [1.7.x] Fixed #23416 -- Make sure DatabaseCreation respects checks.
Migrations respected Field.db_parameters()['check'], but
DatabaseCreation was still using just Field.db_type().

Backport of 14c8456 from master
2014-09-06 19:02:28 +01:00
..
__init__.py Merged regressiontests and modeltests into the test root. 2013-02-26 14:36:57 +01:00
models.py [1.7.x] Fixed #23416 -- Make sure DatabaseCreation respects checks. 2014-09-06 19:02:28 +01:00
tests.py [1.7.x] Fixed #23416 -- Make sure DatabaseCreation respects checks. 2014-09-06 19:02:28 +01:00