From cd874041d1761f24b984be0d1a524afd5bd4b116 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Fri, 3 Jun 2016 00:42:55 +0200 Subject: Warehouse: work on packaging --- ishtar_common/models.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ishtar_common/models.py') diff --git a/ishtar_common/models.py b/ishtar_common/models.py index f3974d04d..dcf141dde 100644 --- a/ishtar_common/models.py +++ b/ishtar_common/models.py @@ -581,6 +581,8 @@ class HistoryError(Exception): def __str__(self): return repr(self.value) +PRIVATE_FIELDS = ('id', 'history_modifier', 'order') + class BaseHistorizedItem(Imported): IS_BASKET = False -- cgit v1.2.3