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
/
m2m_signals
Age
Commit message (
Expand
)
Author
2022-02-07
Refs #33476 -- Reformatted code with Black.
django-bot
2020-04-30
Removed unused __str__() methods in tests models.
Mariusz Felisiak
2019-11-18
Removed hardcoded pk in test_pk_set_on_repeated_add_remove.
Tim Graham
2019-09-19
Refs #27462 -- Added tests of pk_set in m2m_changed signal receivers for repe...
Carlton Gibson
2018-11-27
Switched setUp() to setUpTestData() where possible in Django's tests.
Simon Charette
2017-01-18
Refs #23919 -- Removed python_2_unicode_compatible decorator usage
Claude Paroz
2016-11-10
Refs #27392 -- Removed "Tests that", "Ensures that", etc. from test docstrings.
za
2015-10-27
Fixed #25550 -- Deprecated direct assignment to the reverse side of a related...
Tim Graham
2015-03-22
Refs #18586 -- Split up tests/m2m_signals
Alain IVARS
2015-02-06
Sorted imports with isort; refs #23860.
Tim Graham
2015-02-05
Fixed #6707 -- Added RelatedManager.set() and made descriptors' __set__ use it.
Loic Bistuer
2015-01-20
Fixed typos in code comments.
Adam Taylor
2013-11-02
PEP8 cleanup
Jason Myers
2013-10-26
Fix all violators of E231
Alex Gaynor
2013-09-09
Removed unneeded imports in tests's __init__.py and unified them.
Florian Apolloner
2013-07-29
Removed most of absolute_import imports
Claude Paroz
2013-02-26
Merged regressiontests and modeltests into the test root.
Florian Apolloner