summaryrefslogtreecommitdiff
path: root/tests/many_to_many
Commit message (Expand)AuthorAgeFilesLines
* 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