2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-12 10:05:39 +00:00

Further API improvements

This commit is contained in:
Oliver Walters
2017-04-14 12:14:50 +10:00
parent 6f9bf45e22
commit 2299cd0700
4 changed files with 33 additions and 9 deletions

View File

@ -157,6 +157,7 @@ class PartParameterManager(models.Manager):
return super(PartParameterManager, self).create(*args, **kwargs)
class PartParameter(models.Model):
""" PartParameter is associated with a single part
"""