summaryrefslogtreecommitdiff
path: root/tests/many_to_many/models.py
Commit message (Expand)AuthorAgeFilesLines
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-071-8/+10
* Refs #26678 -- Added tests for using the field the relation points to with Re...Tobias Kunze2019-05-071-0/+13
* Refs #30325 -- Added tests for using count()/exists() with custom managers an...Tobias Kunze2019-04-151-0/+7
* Fixed #30325 -- Reverted "Fixed #29725 -- Removed unnecessary join in QuerySe...Mariusz Felisiak2019-04-151-10/+0
* Followed style guide for model attribute ordering.Matt Wiens2018-12-271-6/+6
* Fixed #29725 -- Removed unnecessary join in QuerySet.count() and exists() on ...oliver2018-10-151-0/+10
* Refs #23919, #27778 -- Removed obsolete mentions of unicode.Vytis Banaitis2017-01-261-1/+1
* Refs #23919 -- Removed python_2_unicode_compatible decorator usageClaude Paroz2017-01-181-4/+0
* Refs #23919 -- Removed encoding preambles and future importsClaude Paroz2017-01-181-2/+0
* Refs #25415 -- Fixed invalid models in the test suite.Adam Chainz2016-09-091-1/+0
* Fixed #14286 -- Added models.BigAutoField.Alexander Sosnovskiy2015-12-251-0/+10
* Fixed #24156 -- Fixed inherited related name of ManyToManyField.Andriy Sokolovskiy2015-05-121-0/+17
* Removed numbering from the models.py header of some test packages.Loic Bistuer2014-09-241-1/+1
* PEP8 cleanupJason Myers2013-11-021-0/+1
* Fixed #20207 -- Handle ManyToManyField with a unicode name correctly.Simon Charette2013-04-051-1/+4
* Merged regressiontests and modeltests into the test root.Florian Apolloner2013-02-261-0/+33