hide useless statuses
This commit is contained in:
parent
4077288f02
commit
3da4dfd54b
|
|
@ -580,12 +580,12 @@ class Establishment(GalleryMixin,
|
||||||
(ABANDONED, _('Abandoned')),
|
(ABANDONED, _('Abandoned')),
|
||||||
(CLOSED, _('Closed')),
|
(CLOSED, _('Closed')),
|
||||||
(PUBLISHED, _('Published')),
|
(PUBLISHED, _('Published')),
|
||||||
(UNPICKED, _('Unpicked')),
|
# (UNPICKED, _('Unpicked')),
|
||||||
(WAITING, _('Waiting')),
|
(WAITING, _('Waiting')),
|
||||||
(HIDDEN, _('Hidden')),
|
# (HIDDEN, _('Hidden')),
|
||||||
(DELETED, _('Deleted')),
|
# (DELETED, _('Deleted')),
|
||||||
(OUT_OF_SELECTION, _('Out of selection')),
|
(OUT_OF_SELECTION, _('Out of selection')),
|
||||||
(UNPUBLISHED, _('Unpublished')),
|
# (UNPUBLISHED, _('Unpublished')),
|
||||||
)
|
)
|
||||||
|
|
||||||
old_id = models.PositiveIntegerField(_('old id'), blank=True, null=True, default=None)
|
old_id = models.PositiveIntegerField(_('old id'), blank=True, null=True, default=None)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user