1234567891011121314151617181920 |
- # -*- coding: utf-8 -*-
- # Generated by Django 1.10.5 on 2017-03-01 13:29
- from __future__ import unicode_literals
- from django.db import migrations
- class Migration(migrations.Migration):
- dependencies = [
- ('adhesions', '0006_adherent_created'),
- ('services', '0010_auto_20170211_1635'),
- ]
- operations = [
- migrations.RenameModel(
- old_name='Adherent',
- new_name='Adhesion',
- ),
- ]
|