diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2016-06-03 00:42:55 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2016-06-03 00:42:55 +0200 |
commit | 8fb73687373a3a876f2ce790047c9972e616dc34 (patch) | |
tree | e6547966d9f7c649e1403a546eeabcc9563d46a6 /ishtar_common/models.py | |
parent | 810505f6071739d265d967f618dc001f9d8049e4 (diff) | |
download | Ishtar-8fb73687373a3a876f2ce790047c9972e616dc34.tar.bz2 Ishtar-8fb73687373a3a876f2ce790047c9972e616dc34.zip |
Warehouse: work on packaging
Diffstat (limited to 'ishtar_common/models.py')
-rw-r--r-- | ishtar_common/models.py | 2 |
1 files changed, 2 insertions, 0 deletions
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 |