mirror of
https://gitlab2.federez.net/re2o/re2o
synced 2024-12-23 15:33:45 +00:00
Remove aesfields anciennes migrations
This commit is contained in:
parent
c903d8096e
commit
7ca796c846
1 changed files with 0 additions and 6 deletions
|
@ -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',
|
||||
|
|
Loading…
Reference in a new issue