summaryrefslogtreecommitdiff
path: root/tests/many_to_one
Commit message (Expand)AuthorAgeFilesLines
...
* Fixed #24495 -- Allowed unsaved model instance assignment check to be bypassed.Karl Hobley2015-03-181-0/+25
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-4/+6
* Fixed #6707 -- Added RelatedManager.set() and made descriptors' __set__ use it.Loic Bistuer2015-02-051-0/+39
* Fixed #12663 -- Formalized the Model._meta API for retrieving fields.Daniel Pyrathon2015-01-061-2/+2
* Fixed #23620 -- Used more specific assertions in the Django test suite.Berker Peksag2014-11-031-10/+10
* Removed numbering from the models.py header of some test packages.Loic Bistuer2014-09-241-1/+1
* Consolidated some many_to_one tests.Loic Bistuer2014-09-242-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-021-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 methodsAnssi 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