summaryrefslogtreecommitdiff
path: root/tests/regressiontests/model_permalink/tests.py
AgeCommit message (Collapse)Author
2013-02-26Merged regressiontests and modeltests into the test root.Florian Apolloner
2012-09-08refs #12836 - Added a test to assure permalink wraps method attributesCaleb Smith
2011-10-13Convert the remainder of the relative imports in the tests to be absolute ↵Alex Gaynor
imports. git-svn-id: http://code.djangoproject.com/svn/django/trunk@16981 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-03-14Fixed #15604 -- Changed django.db.models.permalink to use wraps() so that it ↵Adrian Holovaty
doesn't eat the docstring. Thanks for the report, sfllaw. Also added tests. git-svn-id: http://code.djangoproject.com/svn/django/trunk@15798 bcc190cf-cafb-0310-a4f2-bffc1f526a37