You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

20 lines
550 B

# -*- coding: utf-8 -*-
# Generated by Django 1.11.20 on 2019-02-17 21:54
from __future__ import unicode_literals
from django.db import migrations, models
class Migration(migrations.Migration):
dependencies = [
('cashonly_core', '0002_account_debit_limit'),
]
operations = [
migrations.AlterField(
model_name='account',
name='debit_limit',
field=models.DecimalField(blank=True, decimal_places=2, default=None, max_digits=5, null=True, verbose_name='debit limit'),
),
]