Add payment edit and delete

Application editing still WIP
This commit is contained in:
Jan Tuomi
2017-05-17 13:28:06 +03:00
parent 2b5101566c
commit cae57d973e
11 changed files with 227 additions and 36 deletions
@@ -0,0 +1,21 @@
# -*- coding: utf-8 -*-
# Generated by Django 1.9 on 2017-05-17 10:09
from __future__ import unicode_literals
import datetime
from django.db import migrations, models
class Migration(migrations.Migration):
dependencies = [
('members', '0005_auto_20170513_1029'),
]
operations = [
migrations.AlterField(
model_name='payment',
name='date',
field=models.DateTimeField(default=datetime.datetime(2017, 5, 17, 13, 9, 21, 49238)),
),
]