0007_auto_20170301_1429.py 448 B

1234567891011121314151617181920
  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. dependencies = [
  7. ('adhesions', '0006_adherent_created'),
  8. ('services', '0010_auto_20170211_1635'),
  9. ]
  10. operations = [
  11. migrations.RenameModel(
  12. old_name='Adherent',
  13. new_name='Adhesion',
  14. ),
  15. ]