summaryrefslogtreecommitdiff
path: root/tests/check_framework/urls
AgeCommit message (Expand)Author
2017-03-03[1.11.x] Fixed #27887 -- Fixed URLs check crash with namespaced URLs inside n...Tim Graham
2017-02-24[1.11.x] Fixed #27874 -- Fixed URL namespace warning (urls.W005) for nested n...Chris Lamb
2016-12-21Fixed #27612 -- Added a check for duplicate URL instance namespaces.Andrew Nester
2016-04-30Fixed #26440 -- Added a warning for non-url()s in urlpatterns.Alasdair Nicol
2016-04-29Added an explicit test that URL checks are recursive.Alasdair Nicol
2015-09-21Refs #23813 -- Moved URLconfs into module and tidied docstrings.Alasdair Nicol