summaryrefslogtreecommitdiff
path: root/tests/many_to_one
Commit message (Expand)AuthorAgeFilesLines
* Fixed #26176 -- Fixed E123 flake8 warnings.26176Tim Graham2016-02-051-186/+138
* Refs #26022 -- Used context manager version of assertRaisesMessage in tests.Hasan2016-01-291-11/+6
* Refs #26022 -- Used context manager version of assertRaises in tests.Hasan2016-01-291-8/+14
* Fixed #14286 -- Added models.BigAutoField.Alexander Sosnovskiy2015-12-252-2/+29
* Fixed #25550 -- Deprecated direct assignment to the reverse side of a related...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 check to Model.save()Tim Graham2015-08-101-34/+7
* Fixed #18556 -- Allowed RelatedManager.add() to execute 1 query where possible.Tim Graham2015-07-281-1/+5
* Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey...Flavio Curella2015-07-272-12/+12
* Renamed Field.rel attribute to remote_fieldAnssi Kääriäinen2015-03-251-3/+3
* 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