Fixed director update

This commit is contained in:
2010-04-21 13:37:25 +01:00
parent 8a1210f235
commit 8aa6373f20

View File

@@ -2,6 +2,6 @@ from django_evolution.mutations import *
from django.db import models from django.db import models
MUTATIONS = [ MUTATIONS = [
AddField('EVEPlayerCharacter', 'applications', models.BooleanField, initial=False) AddField('EVEPlayerCharacter', 'director_update', models.BooleanField, initial=False)
] ]