Fixed #34691 -- Added system check for unmatched angle brackets in path().

This commit is contained in:
Amir Karimi 2023-07-04 17:09:09 +03:30 committed by Mariusz Felisiak
parent 2ddfa3e2b6
commit d1855c4847
6 changed files with 89 additions and 1 deletions

View file

@ -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
======================