From 8fb73687373a3a876f2ce790047c9972e616dc34 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