3
0
Fork 0
mirror of https://github.com/nanoy42/coope synced 2024-05-16 13:55:30 +00:00
coope/users/migrations/0003_auto_20181123_0229.py

18 lines
417 B
Python
Raw Normal View History

2018-11-25 12:52:32 +00:00
# Generated by Django 2.1 on 2018-11-23 01:29
from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
('users', '0002_auto_20181009_1119'),
]
operations = [
migrations.AlterModelOptions(
name='cotisationhistory',
options={'permissions': (('validate_consumptionhistory', 'Peut (in)valider les cotisations'),)},
),
]