Fix: PostFileModel field height name typo
This commit is contained in:
parent
c3dd0d70ba
commit
a9d33bd85c
1 changed files with 2 additions and 2 deletions
|
@ -40,8 +40,8 @@ class PostFileModel(models.Model):
|
|||
|
||||
# Image Blur Hash for preview presentation
|
||||
blur_hash = models.CharField(max_length=32)
|
||||
# If file has width and hight save it.
|
||||
hight = models.IntegerField(null=True)
|
||||
# If file has width and height save it.
|
||||
height = models.IntegerField(null=True)
|
||||
width = models.IntegerField(null=True)
|
||||
|
||||
mimetype = models.CharField(max_length=256, blank=True)
|
||||
|
|
Loading…
Add table
Reference in a new issue