PY-1194 Provide completion and navigation for url tag in django template

Inspection added.

TODO: Cover it with tests
This commit is contained in:
Ilya.Kazakevich
2014-04-24 02:24:47 +04:00
parent 44c2a03e5c
commit 1ed8715009
2 changed files with 8 additions and 15 deletions
@@ -0,0 +1,8 @@
<html>
<body>
<span style="font-family: verdana,serif;">
Django inspection that checks "<code>{% url %}</code>" tag for required arguments.
It ensures that all arguments are passed correctly.
</span>
</body>
</html>