We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 840cb89 commit b08d74aCopy full SHA for b08d74a
docs/ext/manager_tmpl.j2
@@ -62,6 +62,9 @@ Manager for {{ cls | classref() }} objects.
62
{% for a in cls.requiredUrlAttrs %}
63
* ``{{ a }}`` (required if not discovered on the parent objects)
64
{% endfor %}
65
+ {% for a in cls.requiredCreateAttrs %}
66
+ * ``{{ a }}`` (optional)
67
+ {% endfor %}
68
{% for a in cls.optionalCreateAttrs %}
69
* ``{{ a }}`` (optional)
70
0 commit comments