Remove django-evolution

This commit is contained in:
2010-07-01 18:09:14 +01:00
parent 36708e49f2
commit 74568b477e
12 changed files with 0 additions and 64 deletions

View File

@@ -1 +0,0 @@
SEQUENCE = ['uid_fix', 'settings_json']

View File

@@ -1,10 +0,0 @@
#----- Evolution for sso
from django_evolution.mutations import *
from django.db import models
from django_jsonfield.fields import JSONField
MUTATIONS = [
AddField('Service', 'settings_json', JSONField, initial='{}'),
]
#----------------------

View File

@@ -1,6 +0,0 @@
from django_evolution.mutations import *
from django.db import models
MUTATIONS = [
AddField('ServiceAccount', 'service_uid', models.CharField, max_length=200, blank=False)
]