index
:
django.git
fix-31295
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
multiple_database
/
tests.py
Age
Commit message (
Expand
)
Author
2013-10-11
Fixed assorted flake8 errors.
Tim Graham
2013-10-10
Fixed "redefinition of unused 'foo' from line X" pyflakes warnings.
Tim Graham
2013-10-09
Fixed #21243 -- Corrected exception message in multiple database tests.
Russell Keith-Magee
2013-10-05
Fixed #21174 -- transaction control in related manager methods
Anssi Kääriäinen
2013-09-30
Fixed Python 3.2 syntax errors; refs #13724.
Tim Graham
2013-09-30
Fixed #13724: Corrected routing of write queries involving managers.
Russell Keith-Magee
2013-09-24
Isolated select_for_update tests a bit more.
Florian Apolloner
2013-09-03
Updated syncdb -> migrate in tests.
Tim Graham
2013-08-09
Merge remote-tracking branch 'core/master' into schema-alteration
Andrew Godwin
2013-07-30
Rename allow_syncdb to allow_migrate
Andrew Godwin
2013-07-29
Removed most of absolute_import imports
Claude Paroz
2013-06-28
Removed custom profile model functionality as per deprecation TL.
Ramiro Morales
2013-06-14
Fixed #20603 -- Made the test suite faster.
Aymeric Augustin
2013-05-24
Fixed a regression in router initialization
Claude Paroz
2013-02-26
Merged regressiontests and modeltests into the test root.
Florian Apolloner