forked from 0x2620/pandora
save notes in .data, dont return item properties that have capabilities not allowed to user
This commit is contained in:
parent
3e24c81367
commit
58bac6981f
7 changed files with 338 additions and 13 deletions
|
|
@ -164,8 +164,6 @@ class Item(models.Model):
|
|||
upload_to=lambda i, x: i.path('torrent.torrent'))
|
||||
stream_info = fields.DictField(default={}, editable=False)
|
||||
|
||||
notes = models.TextField(default='')
|
||||
|
||||
#stream related fields
|
||||
stream_aspect = models.FloatField(default=4/3)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue