0011_auto_20160316_1623.py 640 B

1234567891011121314151617181920
  1. # -*- coding: utf-8 -*-
  2. # Generated by Django 1.9.3 on 2016-03-16 16:23
  3. from __future__ import unicode_literals
  4. from django.db import migrations, models
  5. class Migration(migrations.Migration):
  6. dependencies = [
  7. ('contribmap', '0010_auto_20160315_1644'),
  8. ]
  9. operations = [
  10. migrations.AlterField(
  11. model_name='contrib',
  12. name='status',
  13. field=models.CharField(blank=True, choices=[('TOSTUDY', '\xe0 \xe9tudier'), ('TOCONNECT', '\xe0 connecter'), ('CONNECTED', 'connect\xe9'), ('WONTCONNECT', 'pas connectable')], default='A_ETUDIER', max_length=250, null=True),
  14. ),
  15. ]