From 24fa728a476a6da3e565dbe33959ea62c02c250b Mon Sep 17 00:00:00 2001 From: Andrew Nester Date: Thu, 22 Dec 2016 00:54:15 +0300 Subject: Fixed #27612 -- Added a check for duplicate URL instance namespaces. --- docs/ref/checks.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'docs') diff --git a/docs/ref/checks.txt b/docs/ref/checks.txt index c6f7e518ef..ef6bbcee0e 100644 --- a/docs/ref/checks.txt +++ b/docs/ref/checks.txt @@ -673,3 +673,5 @@ The following checks are performed on your URL configuration: references. * **urls.E004**: Your URL pattern ```` is invalid. Ensure that ``urlpatterns`` is a list of :func:`~django.conf.urls.url()` instances. +* **urls.W005**: URL namespace ```` isn't unique. You may not be + able to reverse all URLs in this namespace. -- cgit v1.3