summaryrefslogtreecommitdiff
path: root/tests/absolute_url_overrides
AgeCommit message (Collapse)Author
2022-02-07Refs #33476 -- Reformatted code with Black.django-bot
2016-01-25Fixed #26125 -- Fixed E731 flake warnings.userimack
2016-01-06Fixed #25746 -- Isolated inlined test models registration.Simon Charette
Thanks to Tim for the review.
2015-05-20Refs #24652 -- Used SimpleTestCase where appropriate.Simon Charette
2014-09-09Fixed #11775 -- Made ABSOLUTE_URL_OVERRIDES work with models that don't ↵Tim Graham
define get_absolute_url(). Thanks jukvalim for the report and initial patch, and Preston Timmons for review.