Beef up admin representation
This commit is contained in:
parent
3ee15528e8
commit
b78d7882d5
7 changed files with 144 additions and 16 deletions
|
@ -28,4 +28,8 @@ class Migration(migrations.Migration):
|
|||
'ordering': ['sort_order'],
|
||||
},
|
||||
),
|
||||
migrations.AlterUniqueTogether(
|
||||
name='grantreport',
|
||||
unique_together=set([('grant', 'title', 'due_date')]),
|
||||
),
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue