2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-17 20:45:44 +00:00

docstring improvements

- Added Attribute docstring to all model objects
This commit is contained in:
Oliver Walters
2019-05-10 20:11:52 +10:00
parent 7ba5f7869a
commit ba2f565e35
5 changed files with 124 additions and 60 deletions

View File

@ -330,7 +330,7 @@ class BuildItem(models.Model):
Attributes:
build: Link to a Build object
stock: Link to a StockItem object
stock_item: Link to a StockItem object
quantity: Number of units allocated
"""