mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
Fixed #34691 -- Added system check for unmatched angle brackets in path().
This commit is contained in:
committed by
Mariusz Felisiak
parent
2ddfa3e2b6
commit
d1855c4847
@@ -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
|
||||
======================
|
||||
|
||||
Reference in New Issue
Block a user