summaryrefslogtreecommitdiff
path: root/tests/m2m_regress
Commit message (Expand)AuthorAgeFilesLines
* Fixed #33984 -- Reverted "Fixed #32980 -- Made models cache related managers."Mariusz Felisiak2022-09-301-8/+14
* Refs #33476 -- Refactored code to strictly match 88 characters line length.Mariusz Felisiak2022-02-071-4/+5
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-072-30/+39
* Fixed #32980 -- Made models cache related managers.Keryn Knight2021-11-081-0/+8
* Fixed #31235 -- Made assertQuerysetEqual() compare querysets directly.Hasan Ramezani2020-11-061-11/+11
* Refs #26022 -- Used context manager version of assertRaisesMessage in tests.Jon Dufresne2019-04-291-3/+3
* Followed style guide for model attribute ordering.Matt Wiens2018-12-271-3/+3
* Used assertRaisesMessage() to test Django's error messages.Mads Jensen2017-07-291-1/+1
* Refs #23919 -- Removed python_2_unicode_compatible decorator usageClaude Paroz2017-01-181-6/+0
* Refs #23919 -- Removed encoding preambles and future importsClaude Paroz2017-01-181-2/+0
* Fixed #27579 -- Added aliases for Python 3's assertion names in SimpleTestCase.Tim Graham2016-12-071-5/+3
* Fixed #25550 -- Deprecated direct assignment to the reverse side of a related...Tim Graham2015-10-271-3/+3
* Fixed #24505 -- Fixed clash with hidden m2m fields.Marco Fucci2015-03-262-1/+23
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-2/+4
* Added a test to ensure bad assignation to M2M doesn't clear dataClaude Paroz2014-12-241-0/+12
* Fixed #23620 -- Used more specific assertions in the Django test suite.Berker Peksag2014-11-031-4/+4
* Fixed #19671 -- Added warnings that null and validators are ignored for ManyT...Anubhav Joshi2014-07-091-1/+1
* Corrected many style guide violations that the newest version of flake8 catchesAlex Gaynor2014-03-301-1/+1
* Fixed #19816 -- Pre-evaluate querysets used in direct relation assignments.Loic Bistuer2014-03-301-12/+0
* Fixed E124 pep8 warnings.Loic Bistuer2013-12-101-1/+2
* PEP8 cleanupJason Myers2013-11-021-0/+9
* Whitespace cleanup.Tim Graham2013-10-101-1/+0
* Updated syncdb -> migrate in tests.Tim Graham2013-09-031-1/+1
* Removed most of absolute_import importsClaude Paroz2013-07-291-1/+1
* Merged regressiontests and modeltests into the test root.Florian Apolloner2013-02-263-0/+191