diff options
| author | Andrew Nester <andrew.nester.dev@gmail.com> | 2016-12-22 00:54:15 +0300 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2016-12-21 16:54:15 -0500 |
| commit | 24fa728a476a6da3e565dbe33959ea62c02c250b (patch) | |
| tree | bc60bd30f9426d267533c9b5d024858e97dc6d84 /docs/ref | |
| parent | 3188b49ee29bb8c7183b55bda784e642a6ec3011 (diff) | |
Fixed #27612 -- Added a check for duplicate URL instance namespaces.
Diffstat (limited to 'docs/ref')
| -rw-r--r-- | docs/ref/checks.txt | 2 |
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. |
