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_through_regress
Age
Commit message (
Expand
)
Author
2026-01-18
Applied Black's 2026 stable style.
Mariusz Felisiak
2025-03-11
Fixed #36177 -- Added a trailing newline to JSON serializer. (#19232)
Tom Carrick
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
2020-11-06
Fixed #31235 -- Made assertQuerysetEqual() compare querysets directly.
Hasan Ramezani
2020-05-04
Changed `'%s' % value` pattern to `str(value)`.
Nick Pope
2020-04-30
Removed unused __str__() methods in tests models.
Mariusz Felisiak
2019-01-15
Fixed #9475 -- Allowed RelatedManager.add(), create(), etc. for m2m with a th...
Collin Anderson
2018-12-27
Followed style guide for model attribute ordering.
Matt Wiens
2018-11-27
Switched setUp() to setUpTestData() where possible in Django's tests.
Simon Charette
2018-07-11
Refs #9804 -- Fixed test for sequence reset of M2M with inherited through model.
Tim Graham
2017-11-06
Fixed #28776 -- Fixed a/an/and typos in docs and comments.
Дилян Палаузов
2017-06-01
Refs #23968 -- Removed unnecessary lists, generators, and tuple calls.
Jon Dufresne
2017-01-18
Refs #23919 -- Removed most of remaining six usage
Claude Paroz
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-23
Fixed typo in m2m_through_regress test methods.
Tim Graham
2016-12-23
Refs #18823 -- Corrected field name in an m2m manager error message.
Andrey Kuzminov
2016-12-23
Used assertRaisesMessage() in m2m_through_regress tests.
Tim Graham
2016-12-07
Fixed #17002 -- Allowed using a ManyToManyField through model that inherits a...
InvalidInterrupt
2016-11-10
Refs #27392 -- Removed "Tests that", "Ensures that", etc. from test docstrings.
za
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-12
Fixed #23395 -- Limited line lengths to 119 characters.
Dražen Odobašić
2015-07-27
Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey...
Flavio Curella
2015-03-24
Refs #18586 -- Split up tests.m2m_through_regress
Michael Blatherwick
2015-02-06
Sorted imports with isort; refs #23860.
Tim Graham
2013-11-02
PEP8 cleanup
Jason Myers
2013-10-26
Fix all violators of E231
Alex Gaynor
2013-10-23
Fixed E225 pep8 warnings.
Tim Graham
2013-10-22
Fixed E221 pep8 warnings.
Tim Graham
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-06-10
Defined available_apps in relevant tests.
Aymeric Augustin
2013-02-26
Merged regressiontests and modeltests into the test root.
Florian Apolloner