django-bot
|
9c19aff7c7
|
Refs #33476 -- Reformatted code with Black.
|
2022-02-07 20:37:05 +01:00 |
Tim Graham
|
043bd70942
|
Updated test URL patterns to use path() and re_path().
|
2018-12-31 10:47:32 -05:00 |
Tim Graham
|
b23d264046
|
Fixed #27887 -- Fixed URLs check crash with namespaced URLs inside non-namespaced URLs.
|
2017-03-03 10:52:20 -05:00 |
Chris Lamb
|
8d4885ede5
|
Fixed #27874 -- Fixed URL namespace warning (urls.W005) for nested namespaces.
|
2017-02-24 10:13:48 -05:00 |
Andrew Nester
|
24fa728a47
|
Fixed #27612 -- Added a check for duplicate URL instance namespaces.
|
2016-12-21 16:54:15 -05:00 |