summaryrefslogtreecommitdiff
path: root/tests/many_to_many/models.py
AgeCommit message (Expand)Author
2024-02-16Fixed #29725 -- Removed unnecessary join in QuerySet.count() and exists() on ...ontowhee
2024-01-26Applied Black's 2024 stable style.Mariusz Felisiak
2022-02-07Refs #33476 -- Reformatted code with Black.django-bot
2019-05-07Refs #26678 -- Added tests for using the field the relation points to with Re...Tobias Kunze
2019-04-15Refs #30325 -- Added tests for using count()/exists() with custom managers an...Tobias Kunze
2019-04-15Fixed #30325 -- Reverted "Fixed #29725 -- Removed unnecessary join in QuerySe...Mariusz Felisiak
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