Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/tests/m2m_through
Commit message (Collapse)AuthorAgeFilesLines
* Fixed #25550 -- Deprecated direct assignment to the ↵Tim Graham2015-10-271-2/+2
| | | | reverse side of a related set.
* Fixed #23395 -- Limited line lengths to 119 characters.Dražen Odobašić2015-09-121-3/+16
|
* Fixed #21127 -- Started deprecation toward requiring ↵Flavio Curella2015-07-281-17/+22
| | | | on_delete for ForeignKey/OneToOneField
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-3/+5
|
* Fixed #23862 -- Made ManyToManyRel.get_related_field() ↵Simon Charette2014-11-212-1/+51
| | | | respect to_field.
* Refactored m2m_through tests. Refs #18586Davide Ceretti2014-09-251-274/+291
| | | | Refactored old tests that were rewritten 1:1 from doctests.
* Fixed #14549 - Removed restriction of single FKs on ↵Akis Kesoglou2014-03-052-1/+64
| | | | | | | intermediary tables Thanks to Loic Bistuer for review. Minor changes to error messages done by committer.
* Fixed #21763 -- Added an error msg for missing methods ↵Robert Stapenhurst2014-02-091-15/+56
| | | | | | | | on ManyRelatedManager. Attempting to add() and remove() an object related by a 'through' model now raises more descriptive AttributeErrors, in line with set and create().
* PEP8 cleanupJason Myers2013-11-031-0/+6
| | | | Signed-off-by: Jason Myers <jason@jasonamyers.com>
* Fix all violators of E231Alex Gaynor2013-10-261-17/+17
|
* Removed unused local variables in tests.Tim Graham2013-10-191-13/+13
|
* Fixed #21268 -- Fixed E303 pep8 warningsAlasdair Nicol2013-10-181-2/+0
|
* Removed unneeded imports in tests's __init__.py and ↵Florian Apolloner2013-09-091-2/+0
| | | | unified them.
* Removed most of absolute_import importsClaude Paroz2013-07-291-1/+1
| | | | | 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/+420