summaryrefslogtreecommitdiff
path: root/tests/many_to_many
Commit message (Expand)AuthorAgeFilesLines
* Fixed #33984 -- Reverted "Fixed #32980 -- Made models cache related managers."Mariusz Felisiak2022-09-301-0/+19
* Refs #33476 -- Refactored code to strictly match 88 characters line length.Mariusz Felisiak2022-02-071-1/+4
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-072-66/+100
* Fixed 32956 -- Lowercased spelling of "web" and "web framework" where appropr...David Smith2021-07-291-7/+7
* Fixed #31235 -- Made assertQuerysetEqual() compare querysets directly.Hasan Ramezani2020-11-061-286/+145
* Refs #31395 -- Relied on setUpTestData() test data isolation in various tests.Simon Charette2020-05-151-13/+14
* Fixed #31095 -- Made RelatedManager.set() preserve existing m2m relations wit...Hasan Ramezani2019-12-191-0/+13
* Fixed #8467 -- Prevented crash when adding existent m2m relation with an inva...Simon Charette2019-11-221-1/+9
* Refs #8467 -- Added test for RelatedManager.add()/remove() with an invalid type.Simon Charette2019-11-221-0/+6
* Refs #26678 -- Added tests for using the field the relation points to with Re...Tobias Kunze2019-05-072-1/+42
* Refs #30325 -- Added tests for using count()/exists() with custom managers an...Tobias Kunze2019-04-152-0/+13
* Fixed #30325 -- Reverted "Fixed #29725 -- Removed unnecessary join in QuerySe...Mariusz Felisiak2019-04-152-50/+2
* Cleaned up exception message checking in some tests.Jon Dufresne2019-03-151-1/+2
* Refs #19544 -- Added a fast path for through additions if supported.Simon Charette2019-02-211-2/+15
* Refs #19544 -- Ignored auto-created through additions conflicts if supported.Simon Charette2019-02-211-0/+10
* Followed style guide for model attribute ordering.Matt Wiens2018-12-271-6/+6
* Fixed #29725 -- Removed unnecessary join in QuerySet.count() and exists() on ...oliver2018-10-152-3/+53
* Fixed typo in tests/many_to_many/tests.py.Rajesh Veeranki2017-10-311-2/+2
* Used assertRaisesMessage() to test Django's error messages.Mads Jensen2017-07-291-1/+5
* Refs #23919, #27778 -- Removed obsolete mentions of unicode.Vytis Banaitis2017-01-261-1/+1
* Refs #23919 -- Removed python_2_unicode_compatible decorator usageClaude Paroz2017-01-181-4/+0
* Refs #23919 -- Removed encoding preambles and future importsClaude Paroz2017-01-182-4/+0
* Refs #25550 -- Removed support for direct assignment to the reverse side of a...Tim Graham2017-01-171-31/+7
* Refs #27392 -- Removed "Tests that", "Ensures that", etc. from test docstrings.za2016-11-101-6/+6
* Refs #25415 -- Fixed invalid models in the test suite.Adam Chainz2016-09-091-1/+0
* Fixed #26706 -- Made RelatedManager modification methods clear prefetch_relat...Yoong Kang Lim2016-08-051-0/+34
* Refs #25550 -- Corrected deprecation message for assigning M2M relations.Tim Graham2016-07-301-2/+11
* Fixed #26176 -- Fixed E123 flake8 warnings.26176Tim Graham2016-02-051-121/+144
* Refs #26022 -- Used context manager version of assertRaises in tests.Hasan2016-01-291-1/+2
* Fixed #14286 -- Added models.BigAutoField.Alexander Sosnovskiy2015-12-251-0/+10
* Fixed #25550 -- Deprecated direct assignment to the reverse side of a related...Tim Graham2015-10-271-11/+41
* Renamed descriptor classes for related objects.Aymeric Augustin2015-09-211-2/+2
* Fixed #24156 -- Fixed inherited related name of ManyToManyField.Andriy Sokolovskiy2015-05-122-1/+43
* Merged ManyRelatedObjectsDescriptor and ReverseManyRelatedObjectsDescriptorLoic Bistuer2015-02-161-1/+1
* Fixed #6707 -- Added RelatedManager.set() and made descriptors' __set__ use it.Loic Bistuer2015-02-051-0/+39
* Removed numbering from the models.py header of some test packages.Loic Bistuer2014-09-241-1/+1
* Fixed mistake in tests from commit 2039908. Refs #19816.Loic Bistuer2014-03-301-2/+2
* Fixed #19816 -- Pre-evaluate querysets used in direct relation assignments.Loic Bistuer2014-03-301-0/+24
* Fixed transaction handling for a number of operations on related objects.Loic Bistuer2014-03-301-1/+4
* PEP8 cleanupJason Myers2013-11-021-0/+1
* Fix all violators of E231Alex Gaynor2013-10-261-6/+6
* Removed unused local variables in tests.Tim Graham2013-10-191-2/+2
* Removed most of absolute_import importsClaude Paroz2013-07-291-1/+1
* Fixed #20207 -- Handle ManyToManyField with a unicode name correctly.Simon Charette2013-04-051-1/+4
* Merged regressiontests and modeltests into the test root.Florian Apolloner2013-02-263-0/+423