summaryrefslogtreecommitdiff
path: root/tests/multiple_database
Commit message (Expand)AuthorAgeFilesLines
...
* Replaced router.routers usage with override_settings(DATABASE_ROUTERS); refs ...wrwrwr2014-12-011-144/+82
* Fixed #901 -- Added Model.refresh_from_db() methodAnssi Kääriäinen2014-11-281-0/+18
* Fixed #23620 -- Used more specific assertions in the Django test suite.Berker Peksag2014-11-031-1/+1
* Fixed #10811 -- Made assigning unsaved objects to FK, O2O, and GFK raise Valu...Anubhav Joshi2014-06-051-50/+1
* Fixed several typos in DjangoAlex Gaynor2014-05-281-1/+1
* Fixed #22667 -- Replaced leader/follower terminology with primary/replicaFlavio Curella2014-05-222-20/+20
* replaced occurrences of master/slave terminology with leader/followerFlavio Curella2014-05-202-20/+20
* Fixed transaction handling for a number of operations on related objects.Loic Bistuer2014-03-301-5/+10
* Cleaned up tests for multiple databases.Loic Bistuer2014-03-301-55/+16
* Fixed many typos in comments and docstrings.Rodolfo Carvalho2014-03-031-5/+5
* Fixed #19774 -- Deprecated the contenttypes.generic module.Simon Charette2014-01-261-3/+5
* Imported override_settings from its new location.Aymeric Augustin2013-12-231-2/+1
* PEP8 cleanupJason Myers2013-11-021-84/+96
* PEP8Jason Myers2013-11-021-0/+6
* Fixed all E261 warningscoagulant2013-11-021-6/+6
* Fixing E302 ErrorsJason Myers2013-11-021-15/+21
* Fix all violators of E231Alex Gaynor2013-10-261-24/+24
* Fixed E225 pep8 warnings.Tim Graham2013-10-231-3/+3
* Fixed E221 pep8 warnings.Tim Graham2013-10-221-1/+1
* Removed unused local variables in tests.Tim Graham2013-10-191-27/+22
* Fixed #21268 -- Fixed E303 pep8 warningsAlasdair Nicol2013-10-181-5/+0
* Fixed assorted flake8 errors.Tim Graham2013-10-111-2/+2
* Whitespace cleanup.Tim Graham2013-10-101-1/+0
* Fixed "redefinition of unused 'foo' from line X" pyflakes warnings.Tim Graham2013-10-101-6/+6
* Fixed #21243 -- Corrected exception message in multiple database tests.Russell Keith-Magee2013-10-091-2/+2
* Fixed #21174 -- transaction control in related manager methodsAnssi Kääriäinen2013-10-051-4/+7
* Fixed Python 3.2 syntax errors; refs #13724.Tim Graham2013-09-301-16/+16
* Fixed #13724: Corrected routing of write queries involving managers.Russell Keith-Magee2013-09-301-0/+241
* Isolated select_for_update tests a bit more.Florian Apolloner2013-09-242-55/+62
* Updated syncdb -> migrate in tests.Tim Graham2013-09-031-8/+8
* Merge remote-tracking branch 'core/master' into schema-alterationAndrew Godwin2013-08-092-3/+1
|\
| * Removed most of absolute_import importsClaude Paroz2013-07-292-3/+1
* | Rename allow_syncdb to allow_migrateAndrew Godwin2013-07-301-23/+23
|/
* Removed custom profile model functionality as per deprecation TL.Ramiro Morales2013-06-281-21/+0
* Fixed #20603 -- Made the test suite faster.Aymeric Augustin2013-06-141-0/+6
* Fixed a regression in router initializationClaude Paroz2013-05-241-0/+27
* Merged regressiontests and modeltests into the test root.Florian Apolloner2013-02-267-0/+2109