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_regress
Age
Commit message (
Expand
)
Author
2025-07-23
Refs #36500 -- Rewrapped long docstrings and block comments via a script.
django-bot
2022-09-30
Fixed #33984 -- Reverted "Fixed #32980 -- Made models cache related managers."
Mariusz Felisiak
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-11-08
Fixed #32980 -- Made models cache related managers.
Keryn Knight
2020-11-06
Fixed #31235 -- Made assertQuerysetEqual() compare querysets directly.
Hasan Ramezani
2019-04-29
Refs #26022 -- Used context manager version of assertRaisesMessage in tests.
Jon Dufresne
2018-12-27
Followed style guide for model attribute ordering.
Matt Wiens
2017-07-29
Used assertRaisesMessage() to test Django's error messages.
Mads Jensen
2017-01-18
Refs #23919 -- Removed python_2_unicode_compatible decorator usage
Claude Paroz
2017-01-18
Refs #23919 -- Removed encoding preambles and future imports
Claude Paroz
2016-12-07
Fixed #27579 -- Added aliases for Python 3's assertion names in SimpleTestCase.
Tim Graham
2015-10-27
Fixed #25550 -- Deprecated direct assignment to the reverse side of a related...
Tim Graham
2015-03-26
Fixed #24505 -- Fixed clash with hidden m2m fields.
Marco Fucci
2015-02-06
Sorted imports with isort; refs #23860.
Tim Graham
2014-12-24
Added a test to ensure bad assignation to M2M doesn't clear data
Claude Paroz
2014-11-03
Fixed #23620 -- Used more specific assertions in the Django test suite.
Berker Peksag
2014-07-09
Fixed #19671 -- Added warnings that null and validators are ignored for ManyT...
Anubhav Joshi
2014-03-30
Corrected many style guide violations that the newest version of flake8 catches
Alex Gaynor
2014-03-30
Fixed #19816 -- Pre-evaluate querysets used in direct relation assignments.
Loic Bistuer
2013-12-10
Fixed E124 pep8 warnings.
Loic Bistuer
2013-11-02
PEP8 cleanup
Jason Myers
2013-10-10
Whitespace cleanup.
Tim Graham
2013-09-03
Updated syncdb -> migrate in tests.
Tim Graham
2013-07-29
Removed most of absolute_import imports
Claude Paroz
2013-02-26
Merged regressiontests and modeltests into the test root.
Florian Apolloner