0007_auto_20170301_1429.py 467 B

123456789101112131415161718192021
  1. # -*- coding: utf-8 -*-
  2. # Generated by Django 1.10.5 on 2017-03-01 13:29
  3. from __future__ import unicode_literals
  4. from django.db import migrations
  5. class Migration(migrations.Migration):
  6. atomic = False
  7. dependencies = [
  8. ('adhesions', '0006_adherent_created'),
  9. ('services', '0010_auto_20170211_1635'),
  10. ]
  11. operations = [
  12. migrations.RenameModel(
  13. old_name='Adherent',
  14. new_name='Adhesion',
  15. ),
  16. ]