summaryrefslogtreecommitdiff
path: root/tests/absolute_url_overrides/__init__.py
AgeCommit message (Collapse)Author
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.