summaryrefslogtreecommitdiff
path: root/tests/model_permalink
AgeCommit message (Expand)Author
2016-10-04Refs #18974 -- Deprecated @models.permalink() decorator.Tim Graham
2015-05-20Refs #24652 -- Used SimpleTestCase where appropriate.Simon Charette
2015-02-06Sorted imports with isort; refs #23860.Tim Graham
2014-08-12Fixed #23276 -- Deprecated passing views as strings to url().Tim Graham
2014-05-25Removed executeable bit from a few files.Florian Apolloner
2014-04-23Fixed #21157 -- Fixed problems with ResolverMatchKevin Christopher Henry
2014-04-06Fixed #21977 -- Deprecated SimpleTestCase.urlsAnubhav Joshi
2014-04-03Fixed #22218 -- Deprecated django.conf.urls.patterns.Tim Graham
2013-07-29Removed most of absolute_import importsClaude Paroz
2013-02-26Renamed some tests and removed references to modeltests/regressiontests.Florian Apolloner
2013-02-26Merged regressiontests and modeltests into the test root.Florian Apolloner