Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/tests/m2m_regress/models.py
Commit message (Collapse)AuthorAgeFilesLines
* Fixed #24505 -- Fixed clash with hidden m2m fields.Marco Fucci2015-03-271-0/+11
| | | | | Added support for multiple m2m fields with the same 'to' model and with related_name set to '+'.
* Fixed #19671 -- Added warnings that null and validators ↵Anubhav Joshi2014-07-091-1/+1
| | | | | | are ignored for ManyToManyField. Thanks Loic Bistuer and Tim Graham for help and review.
* PEP8 cleanupJason Myers2013-11-031-0/+9
| | | | Signed-off-by: Jason Myers <jason@jasonamyers.com>
* 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