forked from rc/aircox
fix issues with categories and so on
This commit is contained in:
@ -991,6 +991,7 @@ class Sound(Nameable):
|
||||
.replace('.', r'\.') + ')$',
|
||||
recursive = True,
|
||||
blank = True, null = True,
|
||||
unique = True,
|
||||
max_length = 256
|
||||
)
|
||||
embed = models.TextField(
|
||||
|
Reference in New Issue
Block a user