Files
PyRIGS/RIGS/migrations/0006_auto_20141105_1553.py
tomtom5152 5921c01ef1 Updated organisation templates.
Render improvements to forms

Fixed organisation url
2014-11-05 16:07:24 +00:00

19 lines
402 B
Python

# -*- coding: utf-8 -*-
from __future__ import unicode_literals
from django.db import models, migrations
class Migration(migrations.Migration):
dependencies = [
('RIGS', '0005_auto_20141104_1619'),
]
operations = [
migrations.RenameField(
model_name='organisation',
old_name='unionAccount',
new_name='union_account',
),
]