diff options
-rw-r--r-- | docs/ext/manager_tmpl.j2 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/ext/manager_tmpl.j2 b/docs/ext/manager_tmpl.j2 index a8b4686..0de2295 100644 --- a/docs/ext/manager_tmpl.j2 +++ b/docs/ext/manager_tmpl.j2 @@ -62,6 +62,9 @@ Manager for {{ cls | classref() }} objects. {% for a in cls.requiredUrlAttrs %} * ``{{ a }}`` (required if not discovered on the parent objects) {% endfor %} + {% for a in cls.requiredCreateAttrs %} + * ``{{ a }}`` (optional) + {% endfor %} {% for a in cls.optionalCreateAttrs %} * ``{{ a }}`` (optional) {% endfor %} |