Beef up admin representation

This commit is contained in:
Matthew Ryan Dillon 2016-01-28 15:15:06 -07:00
parent 3ee15528e8
commit b78d7882d5
7 changed files with 144 additions and 16 deletions

View file

@ -28,4 +28,8 @@ class Migration(migrations.Migration):
'ordering': ['sort_order'],
},
),
migrations.AlterUniqueTogether(
name='grantreport',
unique_together=set([('grant', 'title', 'due_date')]),
),
]