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

Start of exception handler

This commit is contained in:
Oliver Walters
2017-04-16 00:58:40 +10:00
parent a139a00843
commit 2e133b7744
4 changed files with 41 additions and 2 deletions

View File

@ -29,7 +29,9 @@ class PartSerializer(serializers.HyperlinkedModelSerializer):
'IPN',
'description',
'category',
'stock')
'stock',
'units',
'trackable')
class PartCategorySerializer(serializers.HyperlinkedModelSerializer):