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
2025-07-23
Refs #36500 -- Rewrapped long docstrings and block comments via a script.
django-bot
2024-02-05
Fixed #16281 -- Fixed ContentType.get_object_for_this_type() in a multiple da...
Ben Cail
2023-03-09
Fixed #33985 -- Used app_config.verbose_name in ContentType.__str__().
Hrushikesh Vaidya
2023-02-01
Refs #33476 -- Applied Black's 2023 stable style.
David Smith
2022-10-08
Refs #33990 -- Renamed TransactionTestCase.assertQuerysetEqual() to assertQue...
Gregor Gärtner
2022-02-22
Removed redundant QuerySet.all() calls in docs and tests.
Nick Pope
2022-02-07
Refs #33476 -- Refactored code to strictly match 88 characters line length.
Mariusz Felisiak
2022-02-07
Refs #33476 -- Reformatted code with Black.
django-bot
2021-07-05
Fixed isolation of RouterTestCase.test_m2m_cross_database_protection().
Mariusz Felisiak
2020-01-20
Refs #31117 -- Made various tests properly handle unexpected databases aliases.
Matthijs Kooijman
2019-02-07
Fixed #16027 -- Added app_label to ContentType.__str__().
Gregory N. Schmit
2019-01-10
Refs #28478 -- Deprecated TestCase's allow_database_queries and multi_db in f...
Simon Charette
2018-11-27
Switched TestCase to SimpleTestCase where possible in Django's tests.
Tim Graham
2018-05-10
Fixed #27629 -- Added router.allow_relation() calls for assignments between u...
Stefan R. Filipek
2018-03-16
Fixed hanging indentation in various code.
Mariusz Felisiak
2018-01-02
Fixed #28974 -- Made refresh_from_db() hint routers about its instance.
Simon Charette
2017-07-31
Removed a primary key value dependency in a multiple_database test.
Tim Graham
2017-07-29
Used assertRaisesMessage() to test Django's error messages.
Mads Jensen
2017-03-17
Replaced type-specific assertions with assertEqual().
Tim Graham
2017-01-28
Refs #27790 -- Reverted "Removed available_apps on TestCase subclasses."
Tim Graham
2017-01-19
Refs #23919 -- Stopped inheriting from object to define new style classes.
Simon Charette
2017-01-18
Refs #23919 -- Removed most of remaining six usage
Claude Paroz
2017-01-18
Refs #23919 -- Removed encoding preambles and future imports
Claude Paroz
2017-01-13
Removed available_apps on TestCase subclasses.
Simon Charette
2016-11-10
Refs #27392 -- Removed "Tests that", "Ensures that", etc. from test docstrings.
za
2016-09-07
Removed unused lines in multiple_database test.
Tim Graham
2016-06-28
Replaced use of TestCase.fail() with assertRaises().
Tim Graham
2016-06-27
Fixed #26784 -- Made ForeignKey.validate() pass `model` to router if model_in...
Ben Demboski
2016-06-16
Fixed #26747 -- Used more specific assertions in the Django test suite.
Jon Dufresne
2016-04-08
Fixed E128 flake8 warnings in tests/.
Tim Graham
2016-01-29
Refs #26022 -- Used context manager version of assertRaises in tests.
Hasan
2015-10-27
Fixed #25550 -- Deprecated direct assignment to the reverse side of a related...
Tim Graham
2015-09-23
Refs #24351 -- Removed support for the old allow_migrate() signature per depr...
Tim Graham
2015-09-12
Fixed #23395 -- Limited line lengths to 119 characters.
Dražen Odobašić
2015-07-28
Fixed #18556 -- Allowed RelatedManager.add() to execute 1 query where possible.
Tim Graham
2015-06-24
Renamed RemovedInDjangoXYWarnings for new roadmap.
Tim Graham
2015-05-20
Refs #24652 -- Used SimpleTestCase where appropriate.
Simon Charette
2015-04-28
Fixed #24714 -- Used more specific assertions than assertEqual in tests.
Alasdair Nicol
2015-02-21
Fixed allow_migrate signature in one of the tests.
Loic Bistuer
2015-02-20
Fixed #24351, #24346 -- Changed the signature of allow_migrate().
Loic Bistuer
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
[next]