8
0
Fork 0
mirror of https://gitlab2.federez.net/re2o/re2o synced 2024-11-16 08:23:12 +00:00

[Printer] Update serializer

This commit is contained in:
Maxime Bombar 2018-10-06 21:33:16 +02:00 committed by root
parent 361da6bce9
commit 4ffe0a2c63

View file

@ -724,8 +724,7 @@ class PrintJobSerializer(NamespacedHMSerializer):
"""
class Meta:
model = printer.JobWithOptions
fields = ('file', 'filename', 'status', 'starttime', 'endtime', 'api_url')
exclude = ('price', 'pages')
# SERVICE REGEN