Closed
Bug 747578
Opened 14 years ago
Closed 10 years ago
remove nominationmessage from model
Categories
(addons.mozilla.org Graveyard :: Code Quality, defect, P5)
addons.mozilla.org Graveyard
Code Quality
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: clouserw, Assigned: mat)
References
Details
16:23 <andym> is nominationmessage on an addon no longer being used (its in the database, but not on the model)?
I don't know but we should check! If it's not used, delete the column.
| Reporter | ||
Comment 1•12 years ago
|
||
In apps/addons/models.py:
> nomination_message = models.TextField(null=True,
> db_column='nominationmessage')
So, this is in the model, however, it looks unused. Grepping for "nomination_message" only shows some things in fixtures. We should remove it.
Severity: normal → trivial
Priority: -- → P5
Updated•10 years ago
|
Assignee: nobody → mpillard
| Assignee | ||
Updated•10 years ago
|
Status: NEW → ASSIGNED
Iteration: --- → 45.3 - Dec 14
| Assignee | ||
Comment 2•10 years ago
|
||
Fixed in https://github.com/mozilla/olympia/commit/b187a6a872457caec3f51d28d4231efb76c6913e
QA: Check that submission / approval still works.
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Updated•10 years ago
|
Product: addons.mozilla.org → addons.mozilla.org Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•