mirror of
https://github.com/inventree/InvenTree.git
synced 2025-04-28 11:36:44 +00:00
PEP style fixes
This commit is contained in:
parent
097afed78e
commit
28b811d961
@ -23,11 +23,11 @@ class MetadataMixin(models.Model):
|
|||||||
|
|
||||||
The intent of this mixin is to provide a metadata field on a model instance,
|
The intent of this mixin is to provide a metadata field on a model instance,
|
||||||
for plugins to read / modify as required, to store any extra information.
|
for plugins to read / modify as required, to store any extra information.
|
||||||
|
|
||||||
The assumptions for models implementing this mixin are:
|
The assumptions for models implementing this mixin are:
|
||||||
|
|
||||||
- The internal InvenTree business logic will make no use of this field
|
- The internal InvenTree business logic will make no use of this field
|
||||||
- Multiple plugins may read / write to this metadata field, and not assume they have sole rights
|
- Multiple plugins may read / write to this metadata field, and not assume they have sole rights
|
||||||
"""
|
"""
|
||||||
|
|
||||||
class Meta:
|
class Meta:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user