mirror of
https://github.com/django/django.git
synced 2025-11-25 05:04:26 +00:00
Fixed typo in docs/ref/checks.txt.
This commit is contained in:
parent
3f73df44f2
commit
503ce7f1b7
1 changed files with 1 additions and 1 deletions
|
|
@ -609,7 +609,7 @@ The following checks are performed on your URL configuration:
|
||||||
imported.
|
imported.
|
||||||
* **urls.E009**: Your URL pattern ``<pattern>`` has an invalid view, pass
|
* **urls.E009**: Your URL pattern ``<pattern>`` has an invalid view, pass
|
||||||
``<view>.as_view()`` instead of ``<view>``.
|
``<view>.as_view()`` instead of ``<view>``.
|
||||||
* **urls.W010**: Your URL pattern ``<pattern>` has an unmatched
|
* **urls.W010**: Your URL pattern ``<pattern>`` has an unmatched
|
||||||
``<angle bracket>``.
|
``<angle bracket>``.
|
||||||
|
|
||||||
``contrib`` app checks
|
``contrib`` app checks
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue