2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-07-09 15:10:54 +00:00

Tracking API is hyperlinked

This commit is contained in:
Oliver Walters
2017-04-14 23:53:27 +10:00
parent 7c5261bc4a
commit a1db0c90e4
4 changed files with 15 additions and 23 deletions

View File

@ -45,7 +45,6 @@ class SupplierPartSerializer(serializers.ModelSerializer):
class Meta:
model = SupplierPart
#extra_kwargs = {'url': {'view_name': 'supplier-part-detail'}}
fields = ['url',
'part',
'supplier',