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