8
0
Fork 0
mirror of https://gitlab2.federez.net/re2o/re2o synced 2024-08-19 13:43:40 +00:00

Remove aesfields anciennes migrations

This commit is contained in:
Gabriel Detraz 2018-07-10 02:27:53 +02:00
parent c903d8096e
commit 7ca796c846

View file

@ -5,7 +5,6 @@ from __future__ import unicode_literals
from django.conf import settings
from django.db import migrations, models
import django.db.models.deletion
import preferences.aes_field
class Migration(migrations.Migration):
@ -45,11 +44,6 @@ class Migration(migrations.Migration):
name='payment_id',
field=models.CharField(blank=True, default='', help_text='Id de paiement en ligne', max_length=255),
),
migrations.AlterField(
model_name='assooption',
name='payment_pass',
field=preferences.aes_field.AESEncryptedField(blank=True, help_text='Clef de paiement en ligne', max_length=255, null=True),
),
migrations.AlterField(
model_name='assooption',
name='pseudo',