summaryrefslogtreecommitdiff
path: root/tests/m2m_signals
Commit message (Collapse)AuthorAgeFilesLines
* Removed hardcoded pk in test_pk_set_on_repeated_add_remove.Tim Graham2019-11-181-1/+1
| | | | Follow up to bed4a1527b4f1f38c8b4f820de5591a52e62711d.
* Refs #27462 -- Added tests of pk_set in m2m_changed signal receivers for ↵Carlton Gibson2019-09-191-0/+28
| | | | repeated add/remove calls.
* Switched setUp() to setUpTestData() where possible in Django's tests.Simon Charette2018-11-271-18/+20
|
* Refs #23919 -- Removed python_2_unicode_compatible decorator usageClaude Paroz2017-01-181-4/+0
|
* Refs #27392 -- Removed "Tests that", "Ensures that", etc. from test docstrings.za2016-11-101-1/+1
|
* Fixed #25550 -- Deprecated direct assignment to the reverse side of a ↵Tim Graham2015-10-271-5/+5
| | | | related set.
* Refs #18586 -- Split up tests/m2m_signalsAlain IVARS2015-03-221-134/+168
|
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-1/+1
|
* Fixed #6707 -- Added RelatedManager.set() and made descriptors' __set__ use it.Loic Bistuer2015-02-051-44/+46
| | | | Thanks Anssi Kääriäinen, Carl Meyer, Collin Anderson, and Tim Graham for the reviews.
* Fixed typos in code comments.Adam Taylor2015-01-201-1/+1
|
* PEP8 cleanupJason Myers2013-11-021-0/+3
| | | | Signed-off-by: Jason Myers <jason@jasonamyers.com>
* Fix all violators of E231Alex Gaynor2013-10-261-2/+2
|
* Removed unneeded imports in tests's __init__.py and unified them.Florian Apolloner2013-09-091-1/+0
|
* Removed most of absolute_import importsClaude Paroz2013-07-291-2/+0
| | | | | Should be unneeded with Python 2.7 and up. Added some unicode_literals along the way.
* Merged regressiontests and modeltests into the test root.Florian Apolloner2013-02-263-0/+470