summaryrefslogtreecommitdiff
path: root/tests/m2m_regress/models.py
Commit message (Expand)AuthorAgeFilesLines
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-071-7/+8
* 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-6/+0
* Fixed #24505 -- Fixed clash with hidden m2m fields.Marco Fucci2015-03-261-0/+11
* Fixed #19671 -- Added warnings that null and validators are ignored for ManyT...Anubhav Joshi2014-07-091-1/+1
* PEP8 cleanupJason Myers2013-11-021-0/+9
* Updated syncdb -> migrate in tests.Tim Graham2013-09-031-1/+1
* Merged regressiontests and modeltests into the test root.Florian Apolloner2013-02-261-0/+80