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:
@ -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
|
||||
"""
|
||||
|
||||
|
Reference in New Issue
Block a user