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
/
regressiontests
/
multiple_database
/
tests.py
Age
Commit message (
Expand
)
Author
2013-02-26
Merged regressiontests and modeltests into the test root.
Florian Apolloner
2013-02-08
Cleaned up some lingering signals in the test suite that were causing spuriou...
Julien Phalip
2012-12-29
Silenced warnings in the tests of deprecated features.
Aymeric Augustin
2012-12-24
Fixed a randomly failing test under Python 3.
Aymeric Augustin
2012-11-23
Tweak a test to avoid hitting a limit with SQLite.
Aymeric Augustin
2012-11-22
Fixed #16039 -- Made post_syncdb handlers multi-db aware.
Aymeric Augustin
2012-10-20
Used @override_settings in several tests.
Aymeric Augustin
2012-10-09
Fixed #19095 -- invalid code in multidb tests.
Aymeric Augustin
2012-08-12
Fixed #18306 -- Made deferred models issue update_fields on save
Andrei Antoukh
2012-08-08
Switched to using the standard method for comparing querysets in teh templates.
Alex Gaynor
2012-08-08
[py3] Used compatible imports of StringIO.
Aymeric Augustin
2012-06-07
Fixed #18269 -- Applied unicode_literals for Python 3 compatibility.
Claude Paroz
2011-12-17
Fixed various dodgy behaviours
Adrian Holovaty
2011-10-16
Fixed multiple database tests that broke foreign keys constraints. Refs #17055.
Aymeric Augustin
2011-10-13
Convert the remainder of the relative imports in the tests to be absolute imp...
Alex Gaynor
2011-08-12
Fixed #16584 -- Fixed a bunch of typos in code comments. Thanks, Bernhard Essl.
Jannis Leidel
2011-07-10
Fixed a typo in the `multiple_database` tests. Thanks Jim Dalton.
Ramiro Morales
2011-06-10
Fixed #16196 - Redundant or incorrect code in tests
Luke Plant
2011-03-03
Updated test assertions that have been deprecated by the move to unittest2. I...
Russell Keith-Magee
2011-01-15
Enhanced slightly the tests added in r15185 to demonstrate that #14948 doesn'...
Ramiro Morales
2011-01-14
Enhanced tests for r14857 added in r15185. Refs #14870. Thanks Harm Geerts.
Ramiro Morales
2011-01-13
Fixed #13668 -- Corrected database router methods invocation for ManyToMany f...
Ramiro Morales
2010-11-16
Fixed #14691 -- Made ForeignKey.validate() use the right database. Thanks Mar...
Ramiro Morales
2010-11-12
Fixed a multiple_database test case that was failing in Oracle due to forced ...
Ian Kelly
2010-10-28
Fixed #14471 -- Corrected a regression in the use of methods on custom manage...
Russell Keith-Magee
2010-10-21
Ensure the mutliple_database tests leave the settings in the same state they ...
Alex Gaynor
2010-09-13
Fix a couple of typos in test names and descriptions.
Malcolm Tredinnick
2010-08-20
Fixed #14068 -- Corrected error handling in loaddata when an allow_syncdb met...
Russell Keith-Magee
2010-08-07
Fixed #13552 -- Added a 'using' parameter to database signals. Thanks to gman...
Russell Keith-Magee
2010-06-05
Fixed #13697 -- Modified multiple_database test to avoid a failure observed u...
Russell Keith-Magee
2010-06-05
Migrated multiple_database tests to use new stdout argument on management com...
Russell Keith-Magee
2010-05-11
Fixed #13513 -- Ensured that queries collecting deleted objects are issued on...
Russell Keith-Magee
2010-04-28
Fixed #13432 -- Corrected the logic for router use on OneToOne fields; also a...
Russell Keith-Magee
2010-04-16
Fixed #13358 -- Ensured that db_manager() can be used to override database ro...
Russell Keith-Magee
2010-04-09
Fixed #13308 -- Ensured that dumpdata correctly interacts with router allow_s...
Russell Keith-Magee
2010-03-31
Fixed #13250 -- Corrected a problem with the use of routing rules on the crea...
Russell Keith-Magee
2010-03-10
Fixed #12717 -- Corrected a problem with subqueries when using multidb routin...
Russell Keith-Magee
2010-03-07
Fixed #13003 -- Ensured that ._state.db is set correctly for select_related()...
Russell Keith-Magee
2010-02-22
Fixed #12864 -- Corrected handling of new user creation when a multi-database...
Russell Keith-Magee
2010-01-27
Made the database master router tolerant of router definitions that omit indi...
Russell Keith-Magee
2010-01-25
Fixed #12672 -- Added the ability to configure which applications are availab...
Russell Keith-Magee
2010-01-22
Fixed #12540, #12541 -- Added database routers, allowing for configurable dat...
Russell Keith-Magee
2009-12-22
Fixed #1142 -- Added multiple database support.
Russell Keith-Magee