We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e57a86b commit 20143f5Copy full SHA for 20143f5
docs/ext/object_tmpl.j2
@@ -1,3 +1,10 @@
1
+{% for attr_name, cls, dummy in obj.managers %}
2
+.. attribute:: {{ attr_name }}
3
+
4
+ {{ cls | classref() }} - Manager for {{ cls.obj_cls | classref() }} objects.
5
6
+{% endfor %}
7
8
.. method:: save(**kwargs)
9
10
Send the modified object to the GitLab server. The following attributes are
0 commit comments