summaryrefslogtreecommitdiff
path: root/tests/commands_sql
AgeCommit message (Expand)Author
2015-06-23[1.8.x] Renamed RemovedInDjango20Warning to RemovedInDjango110Warning.Tim Graham
2015-02-21Fixed a couple of allow_migrate routers in tests.Loic Bistuer
2015-02-20Silenced a deprecation warning in commands_sql test.Tim Graham
2015-02-09[1.8.x] Sorted imports with isort; refs #23860.Tim Graham
2014-12-31Moved DatabaseCreation.data_types properties to DatabaseWrapper.Tim Graham
2014-12-30Applied ignore_warnings to Django testsClaude Paroz
2014-12-27Fixed #14180 -- Prevented unneeded index creation on MySQL-InnoDBClaude Paroz
2014-12-23Replaced DatabaseCreation sql methods by schema editor equivalentsClaude Paroz
2014-12-01Replaced router.routers usage with override_settings(DATABASE_ROUTERS); refs ...wrwrwr
2014-11-03Fixed typos using https://github.com/vlajos/misspell_fixerVeres Lajos
2014-09-06Fixed #23416 -- Make sure DatabaseCreation respects checks.Marc Tamlyn
2014-08-28Fixed an Oracle test failure introduced by 1e404180c1.Simon Charette
2014-08-28Fixed #23379 -- Corrected a referencing issue in sql_create.Simon Charette
2014-08-18Fixed #23136 -- Added a message when sqlclear does nothingGabriel Muñumel
2014-06-08Fix router_honored test to not close connectionAndrew Godwin
2013-12-29Changed sql_* to use an app config instead of a models module.Aymeric Augustin
2013-12-24Renamed AppCache to Apps.Aymeric Augustin
2013-12-22Moved apps back in the toplevel django namespace.Aymeric Augustin
2013-12-17Moved the new app cache inside core.Aymeric Augustin
2013-12-17Deprecated get_app().Aymeric Augustin
2013-12-17Removed module-level functions for the app cache.Aymeric Augustin
2013-11-02PEP8 cleanupJason Myers
2013-10-16Fixed #19657 -- Made sql commands honor allow_migrateClaude Paroz
2013-10-13Fixed #21198 -- Prevented invalid use of @python_2_unicode_compatible.Aymeric Augustin
2013-05-29Fixed #15697 -- Made sqlindexes aware of auto-created tablesClaude Paroz
2013-05-27Fixed #20013 -- A test for sqlall fails under OracleShai Berger
2013-02-26Renamed some tests and removed references to modeltests/regressiontests.Florian Apolloner
2013-02-26Merged regressiontests and modeltests into the test root.Florian Apolloner