summaryrefslogtreecommitdiff
path: root/tests/m2m_through_regress/models.py
Commit message (Expand)AuthorAgeFilesLines
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-071-14/+14
* Changed `'%s' % value` pattern to `str(value)`.Nick Pope2020-05-041-2/+2
* Removed unused __str__() methods in tests models.Mariusz Felisiak2020-04-301-6/+0
* Followed style guide for model attribute ordering.Matt Wiens2018-12-271-3/+3
* Refs #9804 -- Fixed test for sequence reset of M2M with inherited through model.Tim Graham2018-07-111-19/+0
* Fixed #28776 -- Fixed a/an/and typos in docs and comments.Дилян Палаузов2017-11-061-1/+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
* Fixed #17002 -- Allowed using a ManyToManyField through model that inherits a...InvalidInterrupt2016-12-071-0/+29
* Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey...Flavio Curella2015-07-271-8/+8
* PEP8 cleanupJason Myers2013-11-021-0/+9
* Merged regressiontests and modeltests into the test root.Florian Apolloner2013-02-261-0/+87