Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/tests/many_to_many/models.py
Commit message (Collapse)AuthorAgeFilesLines
* Fixed #24156 -- Fixed inherited related name of ↵Andriy Sokolovskiy2015-05-131-0/+17
| | | | | | | ManyToManyField. Fixed situation when parent abstract model declares related_name='+', and child models had an invalid queryset.
* Removed numbering from the models.py header of some test ↵Loic Bistuer2014-09-241-1/+1
| | | | | | packages. This is a reliqua from the early days of the modeltests/regressiontests era.
* PEP8 cleanupJason Myers2013-11-031-0/+1
| | | | Signed-off-by: Jason Myers <jason@jasonamyers.com>
* Fixed #20207 -- Handle ManyToManyField with a unicode ↵Simon Charette2013-04-051-1/+4
| | | | name correctly.
* Merged regressiontests and modeltests into the test root.Florian Apolloner2013-02-261-0/+33