ftype -> f_type

2019-08-17
Marnanel Thurman 2019-04-25 20:10:56 +01:00
rodzic 6ae809869b
commit 48f76e7c5c
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -68,7 +68,7 @@ class ThingUser(models.Model):
class ThingNote(kepi_models.ActivityModel):
title = models.CharField(max_length=256)
ftype = 'Note'
f_type = 'Note'
remote_url = models.URLField(max_length=256,
null=True, default=None)