mirror of
https://github.com/daniviga/django-ram.git
synced 2025-08-04 13:17:50 +02:00
Minor change to Image model Meta
This commit is contained in:
@@ -65,6 +65,7 @@ class Image(models.Model):
|
|||||||
class Meta:
|
class Meta:
|
||||||
abstract = True
|
abstract = True
|
||||||
ordering = ["order"]
|
ordering = ["order"]
|
||||||
|
verbose_name_plural = "Images"
|
||||||
|
|
||||||
objects = PublicManager()
|
objects = PublicManager()
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user