diff options
| author | Amir Karimi <amk9978@gmail.com> | 2023-07-04 17:09:09 +0330 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2023-07-11 11:59:27 +0200 |
| commit | d1855c4847215f3afe3708736be13388bb6437eb (patch) | |
| tree | 26a006f50f57ef468eb3858877f3907ed429f459 /docs | |
| parent | 2ddfa3e2b63d7a77270711dbe63aafb86abf4ddd (diff) | |
Fixed #34691 -- Added system check for unmatched angle brackets in path().
Diffstat (limited to 'docs')
| -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 ====================== |
