Skip to content

Commit b08d74a

Browse files
author
Gauvain Pocentek
committed
docs: add missing requiredCreateAttrs
1 parent 840cb89 commit b08d74a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/ext/manager_tmpl.j2

+3
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,9 @@ Manager for {{ cls | classref() }} objects.
6262
{% for a in cls.requiredUrlAttrs %}
6363
* ``{{ a }}`` (required if not discovered on the parent objects)
6464
{% endfor %}
65+
{% for a in cls.requiredCreateAttrs %}
66+
* ``{{ a }}`` (optional)
67+
{% endfor %}
6568
{% for a in cls.optionalCreateAttrs %}
6669
* ``{{ a }}`` (optional)
6770
{% endfor %}

0 commit comments

Comments
 (0)