summaryrefslogtreecommitdiff
path: root/tests/get_object_or_404/models.py
Commit message (Expand)AuthorAgeFilesLines
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-071-2/+2
* Removed unused __str__() methods in tests models.Author: Mads Jensen2020-04-151-6/+0
* Fixed #29135 -- Prevented get_object/list_or_404() from hiding AttributeError...dizballanze2018-02-191-0/+6
* Refs #23919 -- Replaced super(ClassName, self) with super().chillaranand2017-01-251-1/+1
* Refs #23919 -- Removed python_2_unicode_compatible decorator usageClaude Paroz2017-01-181-3/+0
* Removed numbering from the models.py header of some test packages.Loic Bistuer2014-09-241-1/+1
* PEP8 cleanupJason Myers2013-11-021-0/+2
* Fixed #15363 -- Renamed and normalized to `get_queryset` the methods that ret...Loic Bistuer2013-03-081-2/+2
* Merged regressiontests and modeltests into the test root.Florian Apolloner2013-02-261-0/+36