mirror of
https://github.com/django/django.git
synced 2025-08-04 02:48:35 +00:00
Fixed #34691 -- Added system check for unmatched angle brackets in path().
This commit is contained in:
parent
2ddfa3e2b6
commit
d1855c4847
6 changed files with 89 additions and 1 deletions
|
@ -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
|
||||
======================
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue