django/tests/schema
Tim Graham 4dcc2a1955 Used SchemaEditor.delete_model() for teardown in schema tests.
Some third-party database backends (MSSQL) have custom
delete_model() requirements that must be executed.

Thanks Michael Manfre for the initial patch and review.
2015-10-16 08:40:57 -07:00
..
__init__.py Merge branch 'master' into schema-alteration 2013-04-18 17:16:39 +01:00
fields.py Fix import sorting problem. 2015-09-21 22:55:18 +02:00
models.py Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey/OneToOneField 2015-07-27 18:28:13 -04:00
tests.py Used SchemaEditor.delete_model() for teardown in schema tests. 2015-10-16 08:40:57 -07:00