forked from rc/aircox
- various __all__
- serializer: track search, reorder module files - autocomplete: allow simple string value selection - playlist editor: - ui & flow improve - init data - save user settings - autocomplete - fix bugs - discard changes
This commit is contained in:
@ -1,4 +1,3 @@
|
||||
from enum import IntEnum
|
||||
import re
|
||||
|
||||
from django.db import models
|
||||
@ -18,7 +17,8 @@ from model_utils.managers import InheritanceQuerySet
|
||||
from .station import Station
|
||||
|
||||
|
||||
__all__ = ['Category', 'PageQuerySet', 'Page', 'Comment', 'NavItem']
|
||||
__all__ = ('Category', 'PageQuerySet',
|
||||
'Page', 'StaticPage', 'Comment', 'NavItem')
|
||||
|
||||
|
||||
headline_re = re.compile(r'(<p>)?'
|
||||
|
Reference in New Issue
Block a user