iss #6: sort diffusion by start in explorer + space between artist and title

This commit is contained in:
bkfox
2017-10-23 15:18:48 +02:00
parent a0968d35f6
commit 4ed8559034
6 changed files with 26 additions and 6 deletions

View File

@ -4,7 +4,7 @@ from django.contrib.auth.models import User, Group, Permission
from django.contrib.contenttypes.models import ContentType
from django.db.models import F
from django.db.models.signals import post_save, pre_save, pre_delete, m2m_changed
from django.dispatch import receiver
from django.dispatch import receiver, Signal
from django.utils import timezone as tz
from django.utils.translation import ugettext as _, ugettext_lazy
@ -12,6 +12,8 @@ import aircox.models as models
import aircox.utils as utils
import aircox.settings as settings
# Add a default group to a user when it is created. It also assigns a list
# of permissions to the group if it is created.
#