mirror of https://gitlab.federez.net/re2o/re2o
Browse Source
Les champs d'identification pour le paiement ne sont requis que lorsque le moyen de paiement est sélectionné. See merge request federez/re2o!100squash_migration
3 changed files with 48 additions and 7 deletions
@ -0,0 +1,20 @@ |
|||
# -*- coding: utf-8 -*- |
|||
# Generated by Django 1.10.7 on 2018-03-18 09:05 |
|||
from __future__ import unicode_literals |
|||
|
|||
from django.db import migrations, models |
|||
|
|||
|
|||
class Migration(migrations.Migration): |
|||
|
|||
dependencies = [ |
|||
('preferences', '0028_assooption_description'), |
|||
] |
|||
|
|||
operations = [ |
|||
migrations.AlterField( |
|||
model_name='assooption', |
|||
name='payment_id', |
|||
field=models.CharField(blank=True, default='', max_length=255), |
|||
), |
|||
] |
|||
Loading…
Reference in new issue