diff options
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 de7b0dc382..49bc9cb0a2 100644 --- a/docs/ref/checks.txt +++ b/docs/ref/checks.txt @@ -609,6 +609,8 @@ The following checks are performed on your URL configuration: imported. * **urls.E009**: Your URL pattern ``<pattern>`` has an invalid view, pass ``<view>.as_view()`` instead of ``<view>``. +* **urls.W010**: Your URL pattern ``<pattern>` has an unmatched + ``<angle bracket>``. ``contrib`` app checks ====================== |
