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
/
many_to_many
Age
Commit message (
Expand
)
Author
2017-10-31
Fixed typo in tests/many_to_many/tests.py.
Rajesh Veeranki
2017-07-29
Used assertRaisesMessage() to test Django's error messages.
Mads Jensen
2017-01-26
Refs #23919, #27778 -- Removed obsolete mentions of unicode.
Vytis Banaitis
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
2017-01-17
Refs #25550 -- Removed support for direct assignment to the reverse side of a...
Tim Graham
2016-11-10
Refs #27392 -- Removed "Tests that", "Ensures that", etc. from test docstrings.
za
2016-09-09
Refs #25415 -- Fixed invalid models in the test suite.
Adam Chainz
2016-08-05
Fixed #26706 -- Made RelatedManager modification methods clear prefetch_relat...
Yoong Kang Lim
2016-07-30
Refs #25550 -- Corrected deprecation message for assigning M2M relations.
Tim Graham
2016-02-05
Fixed #26176 -- Fixed E123 flake8 warnings.
Tim Graham
2016-01-29
Refs #26022 -- Used context manager version of assertRaises in tests.
Hasan
2015-12-25
Fixed #14286 -- Added models.BigAutoField.
Alexander Sosnovskiy
2015-10-27
Fixed #25550 -- Deprecated direct assignment to the reverse side of a related...
Tim Graham
2015-09-21
Renamed descriptor classes for related objects.
Aymeric Augustin
2015-05-12
Fixed #24156 -- Fixed inherited related name of ManyToManyField.
Andriy Sokolovskiy
2015-02-16
Merged ManyRelatedObjectsDescriptor and ReverseManyRelatedObjectsDescriptor
Loic Bistuer
2015-02-05
Fixed #6707 -- Added RelatedManager.set() and made descriptors' __set__ use it.
Loic Bistuer
2014-09-24
Removed numbering from the models.py header of some test packages.
Loic Bistuer
2014-03-30
Fixed mistake in tests from commit 2039908. Refs #19816.
Loic Bistuer
2014-03-30
Fixed #19816 -- Pre-evaluate querysets used in direct relation assignments.
Loic Bistuer
2014-03-30
Fixed transaction handling for a number of operations on related objects.
Loic Bistuer
2013-11-02
PEP8 cleanup
Jason Myers
2013-10-26
Fix all violators of E231
Alex Gaynor
2013-10-19
Removed unused local variables in tests.
Tim Graham
2013-07-29
Removed most of absolute_import imports
Claude Paroz
2013-04-05
Fixed #20207 -- Handle ManyToManyField with a unicode name correctly.
Simon Charette
2013-02-26
Merged regressiontests and modeltests into the test root.
Florian Apolloner