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
2015-02-06
Sorted imports with isort; refs #23860.
Tim Graham
2015-01-17
Removed support for initial_data fixtures per deprecation timeline.
Tim Graham
2014-12-01
Removed an incorrect docstring in tests/multiple_database/tests.py.
wrwrwr
2014-12-01
Removed a no-op statement in tests/multiple_database/tests.py.
wrwrwr
2014-12-01
Replaced router.routers usage with override_settings(DATABASE_ROUTERS); refs ...
wrwrwr
2014-11-28
Fixed #901 -- Added Model.refresh_from_db() method
Anssi Kääriäinen
2014-11-03
Fixed #23620 -- Used more specific assertions in the Django test suite.
Berker Peksag
2014-06-05
Fixed #10811 -- Made assigning unsaved objects to FK, O2O, and GFK raise Valu...
Anubhav Joshi
2014-05-28
Fixed several typos in Django
Alex Gaynor
2014-05-22
Fixed #22667 -- Replaced leader/follower terminology with primary/replica
Flavio Curella
2014-05-20
replaced occurrences of master/slave terminology with leader/follower
Flavio Curella
2014-03-30
Fixed transaction handling for a number of operations on related objects.
Loic Bistuer
2014-03-30
Cleaned up tests for multiple databases.
Loic Bistuer
2014-03-03
Fixed many typos in comments and docstrings.
Rodolfo Carvalho
2013-12-23
Imported override_settings from its new location.
Aymeric Augustin
2013-11-02
PEP8 cleanup
Jason Myers
2013-11-02
Fixed all E261 warnings
coagulant
2013-11-02
Fixing E302 Errors
Jason Myers
2013-10-26
Fix all violators of E231
Alex Gaynor
2013-10-23
Fixed E225 pep8 warnings.
Tim Graham
2013-10-22
Fixed E221 pep8 warnings.
Tim Graham
2013-10-19
Removed unused local variables in tests.
Tim Graham
2013-10-18
Fixed #21268 -- Fixed E303 pep8 warnings
Alasdair Nicol
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