mirror of
https://github.com/meeb/tubesync.git
synced 2025-06-23 05:26:37 +00:00
This commit is contained in:
parent
2639d911ab
commit
7876b48860
@ -49,7 +49,7 @@ class CommaSepChoiceField(models.Field):
|
||||
return name, path, args, kwargs
|
||||
|
||||
def db_type(self, _connection):
|
||||
return 'TextField'
|
||||
return 'text'
|
||||
|
||||
def get_my_choices(self):
|
||||
choiceArray = []
|
||||
|
Loading…
Reference in New Issue
Block a user