Make rating a decimal field
This commit is contained in:
parent
5f1bed3d78
commit
266c6fe777
3 changed files with 27 additions and 1 deletions
|
@ -444,3 +444,7 @@ class BooleanField(ActivitypubFieldMixin, models.BooleanField):
|
|||
|
||||
class IntegerField(ActivitypubFieldMixin, models.IntegerField):
|
||||
""" activitypub-aware boolean field """
|
||||
|
||||
|
||||
class DecimalField(ActivitypubFieldMixin, models.DecimalField):
|
||||
""" activitypub-aware boolean field """
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue