summaryrefslogtreecommitdiff
path: root/tests/multiple_database/tests.py
Commit message (Expand)AuthorAgeFilesLines
* Replaced type-specific assertions with assertEqual().Tim Graham2017-03-171-3/+3
* Refs #27790 -- Reverted "Removed available_apps on TestCase subclasses."Tim Graham2017-01-281-0/+6
* Refs #23919 -- Stopped inheriting from object to define new style classes.Simon Charette2017-01-191-7/+7
* Refs #23919 -- Removed most of remaining six usageClaude Paroz2017-01-181-1/+1
* Refs #23919 -- Removed encoding preambles and future importsClaude Paroz2017-01-181-2/+0
* Removed available_apps on TestCase subclasses.Simon Charette2017-01-131-5/+0
* Refs #27392 -- Removed "Tests that", "Ensures that", etc. from test docstrings.za2016-11-101-23/+22
* Removed unused lines in multiple_database test.Tim Graham2016-09-071-7/+1
* Replaced use of TestCase.fail() with assertRaises().Tim Graham2016-06-281-171/+101
* Fixed #26784 -- Made ForeignKey.validate() pass `model` to router if model_in...Ben Demboski2016-06-271-0/+11
* Fixed #26747 -- Used more specific assertions in the Django test suite.Jon Dufresne2016-06-161-6/+6
* Fixed E128 flake8 warnings in tests/.Tim Graham2016-04-081-118/+62
* Refs #26022 -- Used context manager version of assertRaises in tests.Hasan2016-01-291-55/+38
* Fixed #25550 -- Deprecated direct assignment to the reverse side of a related...Tim Graham2015-10-271-16/+17
* Refs #24351 -- Removed support for the old allow_migrate() signature per depr...Tim Graham2015-09-231-32/+0
* Fixed #23395 -- Limited line lengths to 119 characters.Dražen Odobašić2015-09-121-109/+251
* Fixed #18556 -- Allowed RelatedManager.add() to execute 1 query where possible.Tim Graham2015-07-281-2/+13
* Renamed RemovedInDjangoXYWarnings for new roadmap.Tim Graham2015-06-241-2/+2
* Refs #24652 -- Used SimpleTestCase where appropriate.Simon Charette2015-05-201-2/+2
* Fixed #24714 -- Used more specific assertions than assertEqual in tests.Alasdair Nicol2015-04-281-1/+1
* Fixed allow_migrate signature in one of the tests.Loic Bistuer2015-02-211-1/+1
* Fixed #24351, #24346 -- Changed the signature of allow_migrate().Loic Bistuer2015-02-201-21/+53
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-2/+2
* Removed support for initial_data fixtures per deprecation timeline.Tim Graham2015-01-171-4/+2
* Removed an incorrect docstring in tests/multiple_database/tests.py.wrwrwr2014-12-011-1/+0
* Removed a no-op statement in tests/multiple_database/tests.py.wrwrwr2014-12-011-2/+0
* 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-221-19/+19
* replaced occurrences of master/slave terminology with leader/followerFlavio Curella2014-05-201-19/+19
* 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
* Imported override_settings from its new location.Aymeric Augustin2013-12-231-2/+1
* PEP8 cleanupJason Myers2013-11-021-84/+96
* 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
* 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