index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
custom_managers
/
tests.py
Age
Commit message (
Expand
)
Author
2025-07-23
Refs #36500 -- Rewrapped long docstrings and block comments via a script.
django-bot
2022-10-08
Refs #33990 -- Renamed TransactionTestCase.assertQuerysetEqual() to assertQue...
Gregor Gärtner
2022-09-30
Fixed #33984 -- Reverted "Fixed #32980 -- Made models cache related managers."
Mariusz Felisiak
2022-02-07
Refs #33476 -- Reformatted code with Black.
django-bot
2021-11-08
Fixed #32980 -- Made models cache related managers.
Keryn Knight
2018-01-25
Fixed #28838 -- Fixed Model.save() crash if the base manager annotates with a...
shanghui
2017-12-30
Fixed #28918 -- Fixed Model.refresh_from_db() for instances hidden by the def...
Tim Graham
2017-07-29
Used assertRaisesMessage() to test Django's error messages.
Mads Jensen
2017-05-24
Refs #27804 -- Used subTest() in several tests.
Bruno Alla
2017-01-18
Refs #23919 -- Removed six.<various>_types usage
Claude Paroz
2017-01-18
Refs #23919 -- Removed encoding preambles and future imports
Claude Paroz
2016-11-10
Refs #27392 -- Removed "Tests that", "Ensures that", etc. from test docstrings.
za
2016-06-16
Fixed #26747 -- Used more specific assertions in the Django test suite.
Jon Dufresne
2016-05-17
Fixed #10506, #13793, #14891, #25201 -- Introduced new APIs to specify models...
Loïc Bistuer
2016-01-29
Refs #26022 -- Used context manager version of assertRaises in tests.
Hasan
2015-09-17
Refs #20625 -- Forwardported tests and release notes for queryset chaining fix.
Aric Coady
2015-06-30
Fixed #24911 -- Made BaseManager.get_queryset() allow custom queryset args.
Jonas Degrave
2015-06-29
Refs #20203 -- Added tests to check inherited custom default manager
Andriy Sokolovskiy
2015-02-06
Sorted imports with isort; refs #23860.
Tim Graham
2014-12-15
Fixed #23822 -- Added support for serializing model managers in migration
Markus Holtermann
2014-12-11
Readded test inadvertently removed in last commit.
Tim Graham
2014-12-11
Refs #18586 -- Split custom manager tests.
Shabda Raaj
2014-09-23
Merged custom_managers_regress into the custom_managers test package.
Loic Bistuer
2013-11-27
PEP-8 cleanup
Anssi Kääriäinen
2013-11-27
Added a bulk option to RelatedManager remove() and clear() methods
Loic Bistuer
2013-11-27
Fixed #21169 -- Reworked RelatedManager methods use default filtering
Loic Bistuer
2013-10-18
Fixed #21268 -- Fixed E303 pep8 warnings
Alasdair Nicol
2013-09-25
Fixed #3871 -- Custom managers when traversing reverse relations.
Loic Bistuer
2013-09-08
Removed some more unused local vars
Alex Gaynor
2013-09-03
Fixed "indentation is not a multiple of four" pep8 issues.
Tim Graham
2013-07-29
Removed most of absolute_import imports
Claude Paroz
2013-07-27
Fixed a number of minor misspellings.
Julien Phalip
2013-07-26
Fixed #20625 -- Chainable Manager/QuerySet methods.
Loic Bistuer
2013-05-21
Use assertIsInstance in tests.
Marc Tamlyn
2013-02-26
Merged regressiontests and modeltests into the test root.
Florian Apolloner