Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/tests/many_to_one
Commit message (Expand)AuthorAgeFilesLines
* Fixed #25550 -- Deprecated direct assignment to the rever...Tim Graham2015-10-271-5/+15
* Fixed #23395 -- Limited line lengths to 119 characters.Dražen Odobašić2015-09-121-4/+6
* Fixed #25160 -- Moved unsaved model instance data loss ch...Tim Graham2015-08-101-34/+7
* Fixed #18556 -- Allowed RelatedManager.add() to execute 1...Tim Graham2015-07-281-1/+5
* Fixed #21127 -- Started deprecation toward requiring on_d...Flavio Curella2015-07-282-12/+12
* Renamed Field.rel attribute to remote_fieldAnssi Kääriäinen2015-03-251-3/+3
* Fixed #24495 -- Allowed unsaved model instance assignment...Karl Hobley2015-03-191-0/+25
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-4/+6
* Fixed #6707 -- Added RelatedManager.set() and made descri...Loic Bistuer2015-02-051-0/+39
* Fixed #12663 -- Formalized the Model._meta API for retrie...Daniel Pyrathon2015-01-071-2/+2
* Fixed #23620 -- Used more specific assertions in the Djan...Berker Peksag2014-11-031-10/+10
* Removed numbering from the models.py header of some test ...Loic Bistuer2014-09-241-1/+1
* Consolidated some many_to_one tests.Loic Bistuer2014-09-232-8/+228
* Fixed E127 pep8 warnings.Loic Bistuer2013-12-141-1/+1
* Fixed E124 pep8 warnings.Loic Bistuer2013-12-101-2/+3
* PEP8 cleanupJason Myers2013-11-031-0/+1
* Fix all violators of E231Alex Gaynor2013-10-261-6/+6
* Fixed #21288 -- Fixed E126 pep8 warningsAlasdair Nicol2013-10-211-5/+5
* Removed unused local variables in tests.Tim Graham2013-10-191-13/+13
* Fixed #21174 -- transaction control in related manager me...Anssi Kääriäinen2013-10-051-2/+5
* Removed most of absolute_import importsClaude Paroz2013-07-291-2/+0
* Merged regressiontests and modeltests into the test root.Florian Apolloner2013-02-263-0/+474