Files
test-auth/eve_api/evolutions/director-update.py
2010-04-21 13:37:25 +01:00

8 lines
178 B
Python

from django_evolution.mutations import *
from django.db import models
MUTATIONS = [
AddField('EVEPlayerCharacter', 'director_update', models.BooleanField, initial=False)
]