SciPost Code Repository

Skip to content
Snippets Groups Projects
Commit da4a258c authored by Jean-Sébastien Caux's avatar Jean-Sébastien Caux
Browse files

Polish amount field in Subsidy

parent e08cc878
No related branches found
No related tags found
No related merge requests found
# -*- coding: utf-8 -*-
# Generated by Django 1.11.4 on 2018-10-07 14:47
from __future__ import unicode_literals
from django.db import migrations, models
class Migration(migrations.Migration):
dependencies = [
('finances', '0002_subsidy'),
]
operations = [
migrations.AlterField(
model_name='subsidy',
name='amount',
field=models.PositiveSmallIntegerField(help_text='in € (rounded)'),
),
]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment