migration for the previous commit

This commit is contained in:
Valentin Samir 2015-05-30 19:47:47 +02:00
parent b4a5961886
commit 44cbf0f2b8
1 changed files with 18 additions and 0 deletions

View File

@ -0,0 +1,18 @@
# -*- coding: utf-8 -*-
from __future__ import unicode_literals
from django.db import models, migrations
class Migration(migrations.Migration):
dependencies = [
('cas_server', '0016_auto_20150528_1326'),
]
operations = [
migrations.RemoveField(
model_name='user',
name='attributs',
),
]