mirror of
https://github.com/nottinghamtec/PyRIGS.git
synced 2026-01-20 06:52:15 +00:00
Updated organisation templates.
Render improvements to forms Fixed organisation url
This commit is contained in:
18
RIGS/migrations/0006_auto_20141105_1553.py
Normal file
18
RIGS/migrations/0006_auto_20141105_1553.py
Normal file
@@ -0,0 +1,18 @@
|
||||
# -*- 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',
|
||||
),
|
||||
]
|
||||
Reference in New Issue
Block a user