From d1855c4847215f3afe3708736be13388bb6437eb Mon Sep 17 00:00:00 2001 From: Amir Karimi Date: Tue, 4 Jul 2023 17:09:09 +0330 Subject: Fixed #34691 -- Added system check for unmatched angle brackets in path(). --- docs/ref/checks.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'docs/ref') 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 ```` has an invalid view, pass ``.as_view()`` instead of ````. +* **urls.W010**: Your URL pattern ``` has an unmatched + ````. ``contrib`` app checks ====================== -- cgit v1.3