summaryrefslogtreecommitdiff
path: root/tests/m2m_through
Commit message (Expand)AuthorAgeFilesLines
* [1.9.x] Refs #26092 -- Added @skipUnlessDBFeature to a test.Tim Graham2016-01-211-1/+2
* [1.9.x] Fixed #26092 -- Fixed QuerySet.order_by() regression with an M2M thro...Anssi Kääriäinen2016-01-202-0/+15
* [1.9.x] Fixed many spelling mistakes in code, comments, and docs.Josh Soref2015-12-031-4/+4
* Fixed #23395 -- Limited line lengths to 119 characters.Dražen Odobašić2015-09-121-3/+16
* Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey...Flavio Curella2015-07-271-17/+22
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-3/+5
* Fixed #23862 -- Made ManyToManyRel.get_related_field() respect to_field.Simon Charette2014-11-212-1/+51
* Refactored m2m_through tests. Refs #18586Davide Ceretti2014-09-261-274/+291
* Fixed #14549 - Removed restriction of single FKs on intermediary tablesAkis Kesoglou2014-03-052-1/+64
* Fixed #21763 -- Added an error msg for missing methods on ManyRelatedManager.Robert Stapenhurst2014-02-091-15/+56
* PEP8 cleanupJason Myers2013-11-021-0/+6
* 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 unified them.Florian Apolloner2013-09-091-2/+0
* Removed most of absolute_import importsClaude Paroz2013-07-291-1/+1
* Merged regressiontests and modeltests into the test root.Florian Apolloner2013-02-263-0/+420