Remove duplicate deleted status definition

STATUS_DISPLAY_CHOICES in the project instance table has deleted
status defined twice. Removing one.

Change-Id: I24bd452e792a91d592f20589794dfbec0547c737
Closes-bug: #1505347
This commit is contained in:
Doug Fish 2015-10-12 18:50:52 +00:00
parent cf70aebeed
commit 8d08abdc9f
1 changed files with 0 additions and 1 deletions

View File

@ -998,7 +998,6 @@ STATUS_DISPLAY_CHOICES = (
u"Migrating")),
("build", pgettext_lazy("Current status of an Instance", u"Build")),
("rescue", pgettext_lazy("Current status of an Instance", u"Rescue")),
("deleted", pgettext_lazy("Current status of an Instance", u"Deleted")),
("soft_deleted", pgettext_lazy("Current status of an Instance",
u"Soft Deleted")),
("shelved", pgettext_lazy("Current status of an Instance", u"Shelved")),