From cb93f5d74d9d0d9d6382a63e3a372ccdd99f8112 Mon Sep 17 00:00:00 2001 From: Gena Date: Thu, 2 Jul 2015 12:07:23 +0600 Subject: [PATCH] auto --- store/models.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/store/models.py b/store/models.py index 0134969..e7fe328 100644 --- a/store/models.py +++ b/store/models.py @@ -295,6 +295,8 @@ STATUS_CHOICES = ( (1, 'Формирование посылки'), (2, 'Ожидает отправки'), (3, 'Отправлено'), + (4, 'Отменен'), + (5, 'Выполнен'), )