mirror of
https://github.com/mediacms-io/mediacms.git
synced 2025-12-06 04:22:30 -05:00
documentation, admin section, plus fix of a typo on models (#293)
* documentation, admin section, plus fix of a typo on models
This commit is contained in:
@@ -209,7 +209,7 @@ class Media(models.Model):
|
||||
help_text="Rating category, if media Rating is allowed",
|
||||
)
|
||||
|
||||
reported_times = models.IntegerField(default=0, help_text="how many time a Medis is reported")
|
||||
reported_times = models.IntegerField(default=0, help_text="how many time a media is reported")
|
||||
|
||||
search = SearchVectorField(
|
||||
null=True,
|
||||
|
||||
Reference in New Issue
Block a user