Use EventSpecificMixin for event-specific models

This commit is contained in:
Ludovic Stephan 2017-07-18 19:08:09 +02:00
parent 53d9084d63
commit 670a9d45da
7 changed files with 53 additions and 77 deletions

View file

@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
# Generated by Django 1.11.3 on 2017-07-18 16:10
# Generated by Django 1.11.3 on 2017-07-18 17:05
from __future__ import unicode_literals
from django.conf import settings
@ -13,8 +13,8 @@ class Migration(migrations.Migration):
dependencies = [
('auth', '0008_alter_user_username_max_length'),
('contenttypes', '0002_remove_content_type_name'),
migrations.swappable_dependency(settings.AUTH_USER_MODEL),
('contenttypes', '0002_remove_content_type_name'),
]
operations = [