0012_auto_20170415_2307.py 493 B

12345678910111213141516171819
  1. # -*- coding: utf-8 -*-
  2. # Generated by Django 1.10.7 on 2017-04-15 21:07
  3. from __future__ import unicode_literals
  4. from django.db import migrations
  5. class Migration(migrations.Migration):
  6. dependencies = [
  7. ('services', '0011_auto_20170301_1502'),
  8. ]
  9. operations = [
  10. migrations.AlterModelOptions(
  11. name='resourceallocation',
  12. options={'ordering': ['-start'], 'verbose_name': 'allocation', 'verbose_name_plural': 'allocations'},
  13. ),
  14. ]