summaryrefslogtreecommitdiff
path: root/tests/get_object_or_404
AgeCommit message (Expand)Author
2016-03-29Fixed #10532 -- Relaxed hard-type checking in get_object/list_or_404 shortcutsClaude Paroz
2016-01-29Refs #26022 -- Used context manager version of assertRaisesMessage in tests.Hasan
2016-01-29Refs #26022 -- Used context manager version of assertRaises in tests.Hasan
2015-10-27Fixed #25550 -- Deprecated direct assignment to the reverse side of a related...Tim Graham
2015-02-06Sorted imports with isort; refs #23860.Tim Graham
2014-09-24Removed numbering from the models.py header of some test packages.Loic Bistuer
2013-12-10Fixed E124 pep8 warnings.Loic Bistuer
2013-11-02PEP8 cleanupJason Myers
2013-07-29Removed most of absolute_import importsClaude Paroz
2013-03-08Fixed #15363 -- Renamed and normalized to `get_queryset` the methods that ret...Loic Bistuer
2013-02-26Merged regressiontests and modeltests into the test root.Florian Apolloner