fix issues with categories and so on

This commit is contained in:
bkfox
2017-08-25 20:12:38 +02:00
parent 45ffdd1b53
commit 917fe43629
6 changed files with 75 additions and 45 deletions

View File

@ -991,6 +991,7 @@ class Sound(Nameable):
.replace('.', r'\.') + ')$',
recursive = True,
blank = True, null = True,
unique = True,
max_length = 256
)
embed = models.TextField(