Closed
Bug 1124174
Opened 11 years ago
Closed 10 years ago
Use django's FileField instead of our custom code
Categories
(Marketplace Graveyard :: Code Quality, defect, P4)
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: mat, Unassigned)
Details
(Whiteboard: [marketplace-transition])
In mkt/files/models.py, but also a few others, we handle file uploads, generating filenames, moving files etc manually. Instead, we could be using django's FileField [0], which can be customized to suit our needs but would be better tested and be less code for us to test and maintain.
[0] https://docs.djangoproject.com/en/1.7/ref/models/fields/#django.db.models.FileField
Updated•11 years ago
|
Priority: -- → P4
Updated•10 years ago
|
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → WONTFIX
Whiteboard: [marketplace-transition]
You need to log in
before you can comment on or make changes to this bug.
Description
•