We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d3d8baf commit 73990b4Copy full SHA for 73990b4
docs/ext/manager_tmpl.j2
@@ -56,9 +56,6 @@ Manager for {{ cls | classref() }} objects.
56
57
``data`` is a dict defining the object attributes. Available attributes are:
58
59
- {% for a in cls.requiredUrlAttrs %}
60
- * ``{{ a }}`` (required)
61
- {% endfor %}
62
{% for a in cls.requiredUrlAttrs %}
63
* ``{{ a }}`` (required if not discovered on the parent objects)
64
{% endfor %}
0 commit comments