mirror of
https://github.com/inventree/InvenTree.git
synced 2025-04-29 20:16:44 +00:00
PEP fixes
This commit is contained in:
parent
14132a6efa
commit
ea0d32fd3d
@ -113,7 +113,6 @@ class StockAttachmentAdmin(admin.ModelAdmin):
|
|||||||
list_display = ('stock_item', 'attachment', 'comment')
|
list_display = ('stock_item', 'attachment', 'comment')
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
class StockTrackingAdmin(ImportExportModelAdmin):
|
class StockTrackingAdmin(ImportExportModelAdmin):
|
||||||
list_display = ('item', 'date', 'title')
|
list_display = ('item', 'date', 'title')
|
||||||
|
|
||||||
|
@ -949,7 +949,7 @@ class StockItemAttachment(InvenTreeAttachment):
|
|||||||
StockItem,
|
StockItem,
|
||||||
on_delete=models.CASCADE,
|
on_delete=models.CASCADE,
|
||||||
related_name='attachments'
|
related_name='attachments'
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
class StockItemTracking(models.Model):
|
class StockItemTracking(models.Model):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user