summaryrefslogtreecommitdiff
path: root/tests/m2m_through
Commit message (Expand)AuthorAgeFilesLines
* Refs #33990 -- Renamed TransactionTestCase.assertQuerysetEqual() to assertQue...Gregor Gärtner2022-10-081-23/+23
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-072-223/+198
* Fixed #32947 -- Fixed hash() crash on reverse M2M relation when through_field...Tom Wojcik2021-07-262-4/+16
* Fixed #31235 -- Made assertQuerysetEqual() compare querysets directly.Hasan Ramezani2020-11-061-17/+5
* Fixed #31752 -- Fixed intermittent test_order_by_relational_field_through_mod...Carlton Gibson2020-06-301-5/+7
* Removed unused __str__() methods in tests models.Mariusz Felisiak2020-04-301-15/+0
* Fixed #31046 -- Allowed RelatedManager.add()/create()/set() to accept callabl...Baptiste Mispelon2019-12-031-0/+45
* Fixed #30421 -- Allowed symmetrical intermediate table for self-referential M...Nadège Michel2019-06-212-3/+75
* Fixed #9475 -- Allowed RelatedManager.add(), create(), etc. for m2m with a th...Collin Anderson2019-01-152-76/+72
* Followed style guide for model attribute ordering.Matt Wiens2018-12-271-3/+3
* Removed unnecessary trailing commas and spaces in various code.Mariusz Felisiak2017-12-281-3/+3
* Removed DatabaseFeatures.supports_microsecond_precision.Tim Graham2017-09-251-2/+1
* Refs #23919 -- Removed python_2_unicode_compatible decorator usageClaude Paroz2017-01-181-8/+0
* Refs #23919 -- Removed encoding preambles and future importsClaude Paroz2017-01-181-2/+0
* Refs #27392 -- Removed "Tests that", "Ensures that", etc. from test docstrings.za2016-11-101-1/+1
* Fixed #27203 -- Replaced assertQuerysetEqual(..., lambda o: o) with assertSeq...Mads Jensen2016-09-131-8/+5
* Refs #26092 -- Added @skipUnlessDBFeature to a test.Tim Graham2016-01-211-1/+2
* Fixed #26092 -- Fixed QuerySet.order_by() regression with an M2M through model.Anssi Kääriäinen2016-01-202-0/+15
* Used setupTestData in m2m_through tests.Simon Charette2016-01-061-14/+16
* Fixed many spelling mistakes in code, comments, and docs.Josh Soref2015-12-031-4/+4
* Fixed #25550 -- Deprecated direct assignment to the reverse side of a related...Tim Graham2015-10-271-2/+2
* Fixed #23395 -- Limited line lengths to 119 characters.Dražen Odobašić2015-09-121-3/+16
* Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey...Flavio Curella2015-07-271-17/+22
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-3/+5
* Fixed #23862 -- Made ManyToManyRel.get_related_field() respect to_field.Simon Charette2014-11-212-1/+51
* Refactored m2m_through tests. Refs #18586Davide Ceretti2014-09-261-274/+291
* Fixed #14549 - Removed restriction of single FKs on intermediary tablesAkis Kesoglou2014-03-052-1/+64
* Fixed #21763 -- Added an error msg for missing methods on ManyRelatedManager.Robert Stapenhurst2014-02-091-15/+56
* PEP8 cleanupJason Myers2013-11-021-0/+6
* Fix all violators of E231Alex Gaynor2013-10-261-17/+17
* Removed unused local variables in tests.Tim Graham2013-10-191-13/+13
* Fixed #21268 -- Fixed E303 pep8 warningsAlasdair Nicol2013-10-181-2/+0
* Removed unneeded imports in tests's __init__.py and unified them.Florian Apolloner2013-09-091-2/+0
* Removed most of absolute_import importsClaude Paroz2013-07-291-1/+1
* Merged regressiontests and modeltests into the test root.Florian Apolloner2013-02-263-0/+420