summaryrefslogtreecommitdiff
path: root/tests/m2m_through/models.py
Commit message (Expand)AuthorAgeFilesLines
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-071-26/+38
* Fixed #32947 -- Fixed hash() crash on reverse M2M relation when through_field...Tom Wojcik2021-07-261-2/+7
* Removed unused __str__() methods in tests models.Mariusz Felisiak2020-04-301-15/+0
* Fixed #30421 -- Allowed symmetrical intermediate table for self-referential M...Nadège Michel2019-06-211-0/+7
* Fixed #9475 -- Allowed RelatedManager.add(), create(), etc. for m2m with a th...Collin Anderson2019-01-151-1/+1
* Followed style guide for model attribute ordering.Matt Wiens2018-12-271-3/+3
* Refs #23919 -- Removed python_2_unicode_compatible decorator usageClaude Paroz2017-01-181-8/+0
* Fixed #26092 -- Fixed QuerySet.order_by() regression with an M2M through model.Anssi Kääriäinen2016-01-201-0/+1
* 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
* Fixed #23862 -- Made ManyToManyRel.get_related_field() respect to_field.Simon Charette2014-11-211-0/+22
* Fixed #14549 - Removed restriction of single FKs on intermediary tablesAkis Kesoglou2014-03-051-0/+36
* PEP8 cleanupJason Myers2013-11-021-0/+6
* Merged regressiontests and modeltests into the test root.Florian Apolloner2013-02-261-0/+73