annotate phantombrigade/models.py @ 741:9aae4f99f062

Django 1.6: ModelForms should use either fields or exclude.
author Brian Neal <bgneal@gmail.com>
date Sun, 29 Dec 2013 13:20:07 -0600
parents ee87ea74d46b
children
rev   line source
bgneal@544 1 from django.db import models
bgneal@544 2
bgneal@544 3 # Create your models here.