Doc: Upgrade to Sphinx 6 (#3113)

This commit is contained in:
Raphael Michel
2023-02-10 16:37:57 +01:00
committed by GitHub
parent c99df679e7
commit 6941dda489
26 changed files with 94 additions and 99 deletions

View File

@@ -790,6 +790,7 @@ class ItemVariation(models.Model):
:param require_approval: If set to ``True``, orders containing this variation can only be processed and paid after
approval by an administrator
:type require_approval: bool
"""
item = models.ForeignKey(
Item,