Closed
Bug 753431
Opened 13 years ago
Closed 13 years ago
Filtering out soft deletes
Categories
(Marketplace Graveyard :: Code Quality, defect, P2)
Tracking
(Not tracked)
RESOLVED
FIXED
2012-05-24
People
(Reporter: andy+bugzilla, Assigned: cvan)
References
Details
The object manager for addons filters out soft deletes:
https://github.com/mozilla/zamboni/blob/master/apps/addons/models.py#L57
The object manager for webapps does not:
https://github.com/mozilla/zamboni/blob/master/mkt/webapps/models.py#L38
Should just be a matter of copying over and writing some tests.
Updated•13 years ago
|
Assignee: nobody → amckay
| Assignee | ||
Comment 1•13 years ago
|
||
Assignee: amckay → cvan
Status: NEW → RESOLVED
Closed: 13 years ago
OS: Mac OS X → All
Hardware: x86 → All
Resolution: --- → FIXED
Target Milestone: 2012-05-17 → 2012-05-24
You need to log in
before you can comment on or make changes to this bug.
Description
•