Tim Graham
|
1f20326db0
|
[1.11.x] Fixed #27887 -- Fixed URLs check crash with namespaced URLs inside non-namespaced URLs.
Backport of b23d264046 from master
|
2017-03-03 10:52:48 -05:00 |
Chris Lamb
|
0417bf47a6
|
[1.11.x] Fixed #27874 -- Fixed URL namespace warning (urls.W005) for nested namespaces.
Backport of 8d4885ede5 from master
|
2017-02-24 13:59:28 -05:00 |
Andrew Nester
|
24fa728a47
|
Fixed #27612 -- Added a check for duplicate URL instance namespaces.
|
2016-12-21 16:54:15 -05:00 |
Alasdair Nicol
|
eb5d7bc2f4
|
Fixed #26440 -- Added a warning for non-url()s in urlpatterns.
Thanks Burhan Khalid for the initial patch and knbk/timgraham
for review.
|
2016-04-30 20:09:31 -04:00 |
Alasdair Nicol
|
ffb1c532ec
|
Added an explicit test that URL checks are recursive.
|
2016-04-29 07:38:57 -04:00 |
Alasdair Nicol
|
f2975c021d
|
Refs #23813 -- Moved URLconfs into module and tidied docstrings.
|
2015-09-21 20:10:33 -04:00 |