Skip to content

Commit 73990b4

Browse files
author
Gauvain Pocentek
committed
Fix duplicated data in API docs
Fixes #190
1 parent d3d8baf commit 73990b4

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

docs/ext/manager_tmpl.j2

-3
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,6 @@ Manager for {{ cls | classref() }} objects.
5656

5757
``data`` is a dict defining the object attributes. Available attributes are:
5858

59-
{% for a in cls.requiredUrlAttrs %}
60-
* ``{{ a }}`` (required)
61-
{% endfor %}
6259
{% for a in cls.requiredUrlAttrs %}
6360
* ``{{ a }}`` (required if not discovered on the parent objects)
6461
{% endfor %}

0 commit comments

Comments
 (0)