summaryrefslogtreecommitdiff
path: root/tests/many_to_many/models.py
AgeCommit message (Expand)Author
2018-12-27Followed style guide for model attribute ordering.Matt Wiens
2018-10-15Fixed #29725 -- Removed unnecessary join in QuerySet.count() and exists() on ...oliver
2017-01-26Refs #23919, #27778 -- Removed obsolete mentions of unicode.Vytis Banaitis
2017-01-18Refs #23919 -- Removed python_2_unicode_compatible decorator usageClaude Paroz
2017-01-18Refs #23919 -- Removed encoding preambles and future importsClaude Paroz
2016-09-09Refs #25415 -- Fixed invalid models in the test suite.Adam Chainz
2015-12-25Fixed #14286 -- Added models.BigAutoField.Alexander Sosnovskiy
2015-05-12Fixed #24156 -- Fixed inherited related name of ManyToManyField.Andriy Sokolovskiy
2014-09-24Removed numbering from the models.py header of some test packages.Loic Bistuer
2013-11-02PEP8 cleanupJason Myers
2013-04-05Fixed #20207 -- Handle ManyToManyField with a unicode name correctly.Simon Charette
2013-02-26Merged regressiontests and modeltests into the test root.Florian Apolloner