summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorAndrew Nester <andrew.nester.dev@gmail.com>2016-12-22 00:54:15 +0300
committerTim Graham <timograham@gmail.com>2016-12-21 16:54:15 -0500
commit24fa728a476a6da3e565dbe33959ea62c02c250b (patch)
treebc60bd30f9426d267533c9b5d024858e97dc6d84 /docs
parent3188b49ee29bb8c7183b55bda784e642a6ec3011 (diff)
Fixed #27612 -- Added a check for duplicate URL instance namespaces.
Diffstat (limited to 'docs')
-rw-r--r--docs/ref/checks.txt2
1 files changed, 2 insertions, 0 deletions
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 ``<pattern>`` is invalid. Ensure that
``urlpatterns`` is a list of :func:`~django.conf.urls.url()` instances.
+* **urls.W005**: URL namespace ``<namespace>`` isn't unique. You may not be
+ able to reverse all URLs in this namespace.