start working torwards stack modificaiton
This commit is contained in:
@@ -183,6 +183,11 @@ class QuestionBase(models.Model):
|
||||
|
||||
|
||||
class SeriesImageBase(models.Model):
|
||||
"""
|
||||
Series Images may be modified (usually downsampled to save space), in this case the
|
||||
(larger) original file will be deleted but the model object will be persisted so that
|
||||
the duplicate check continues to function.
|
||||
"""
|
||||
position = models.IntegerField(default=0)
|
||||
upload_filename = models.CharField(max_length=255, blank=True)
|
||||
series = models.ForeignKey(
|
||||
|
||||
Reference in New Issue
Block a user