summaryrefslogtreecommitdiff
path: root/tests/many_to_many
AgeCommit message (Expand)Author
2024-08-28Fixed #35666 -- Documented stacklevel usage and testing, and adjusted test su...Simon Charette
2024-02-16Fixed #29725 -- Removed unnecessary join in QuerySet.count() and exists() on ...ontowhee
2024-01-26Applied Black's 2024 stable style.Mariusz Felisiak
2023-09-18Fixed #33651 -- Added support for prefetching GenericForeignKey.Clément Escolano
2023-06-06Refs #26706, Refs #34633 -- Added test for prefetch_related() cache invalidat...Mariusz Felisiak
2022-09-30Fixed #33984 -- Reverted "Fixed #32980 -- Made models cache related managers."Mariusz Felisiak
2022-02-07Refs #33476 -- Refactored code to strictly match 88 characters line length.Mariusz Felisiak
2022-02-07Refs #33476 -- Reformatted code with Black.django-bot
2021-07-29Fixed 32956 -- Lowercased spelling of "web" and "web framework" where appropr...David Smith
2020-11-06Fixed #31235 -- Made assertQuerysetEqual() compare querysets directly.Hasan Ramezani
2020-05-15Refs #31395 -- Relied on setUpTestData() test data isolation in various tests.Simon Charette
2019-12-19Fixed #31095 -- Made RelatedManager.set() preserve existing m2m relations wit...Hasan Ramezani
2019-11-22Fixed #8467 -- Prevented crash when adding existent m2m relation with an inva...Simon Charette
2019-11-22Refs #8467 -- Added test for RelatedManager.add()/remove() with an invalid type.Simon Charette
2019-05-07Refs #26678 -- Added tests for using the field the relation points to with Re...Tobias Kunze
2019-04-15Refs #30325 -- Added tests for using count()/exists() with custom managers an...Tobias Kunze
2019-04-15Fixed #30325 -- Reverted "Fixed #29725 -- Removed unnecessary join in QuerySe...Mariusz Felisiak
2019-03-15Cleaned up exception message checking in some tests.Jon Dufresne
2019-02-21Refs #19544 -- Added a fast path for through additions if supported.Simon Charette
2019-02-21Refs #19544 -- Ignored auto-created through additions conflicts if supported.Simon Charette
2018-12-27Followed style guide for model attribute ordering.Matt Wiens
2018-10-15Fixed #29725 -- Removed unnecessary join in QuerySet.count() and exists() on ...oliver
2017-10-31Fixed typo in tests/many_to_many/tests.py.Rajesh Veeranki
2017-07-29Used assertRaisesMessage() to test Django's error messages.Mads Jensen
2017-01-26Refs #23919, #27778 -- Removed obsolete mentions of unicode.Vytis Banaitis
2017-01-18Refs #23919 -- Removed python_2_unicode_compatible decorator usageClaude Paroz
2017-01-18Refs #23919 -- Removed encoding preambles and future importsClaude Paroz
2017-01-17Refs #25550 -- Removed support for direct assignment to the reverse side of a...Tim Graham
2016-11-10Refs #27392 -- Removed "Tests that", "Ensures that", etc. from test docstrings.za
2016-09-09Refs #25415 -- Fixed invalid models in the test suite.Adam Chainz
2016-08-05Fixed #26706 -- Made RelatedManager modification methods clear prefetch_relat...Yoong Kang Lim
2016-07-30Refs #25550 -- Corrected deprecation message for assigning M2M relations.Tim Graham
2016-02-05Fixed #26176 -- Fixed E123 flake8 warnings.Tim Graham
2016-01-29Refs #26022 -- Used context manager version of assertRaises in tests.Hasan
2015-12-25Fixed #14286 -- Added models.BigAutoField.Alexander Sosnovskiy
2015-10-27Fixed #25550 -- Deprecated direct assignment to the reverse side of a related...Tim Graham
2015-09-21Renamed descriptor classes for related objects.Aymeric Augustin
2015-05-12Fixed #24156 -- Fixed inherited related name of ManyToManyField.Andriy Sokolovskiy
2015-02-16Merged ManyRelatedObjectsDescriptor and ReverseManyRelatedObjectsDescriptorLoic Bistuer
2015-02-05Fixed #6707 -- Added RelatedManager.set() and made descriptors' __set__ use it.Loic Bistuer
2014-09-24Removed numbering from the models.py header of some test packages.Loic Bistuer
2014-03-30Fixed mistake in tests from commit 2039908. Refs #19816.Loic Bistuer
2014-03-30Fixed #19816 -- Pre-evaluate querysets used in direct relation assignments.Loic Bistuer
2014-03-30Fixed transaction handling for a number of operations on related objects.Loic Bistuer
2013-11-02PEP8 cleanupJason Myers
2013-10-26Fix all violators of E231Alex Gaynor
2013-10-19Removed unused local variables in tests.Tim Graham
2013-07-29Removed most of absolute_import importsClaude Paroz
2013-04-05Fixed #20207 -- Handle ManyToManyField with a unicode name correctly.Simon Charette
2013-02-26Merged regressiontests and modeltests into the test root.Florian Apolloner