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