beta2
This commit is contained in:
parent
545c0c494f
commit
67dc9bcb00
16 changed files with 290 additions and 72 deletions
20
cms/migrations/0015_auto_20170129_0700.py
Normal file
20
cms/migrations/0015_auto_20170129_0700.py
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
# Generated by Django 1.10.4 on 2017-01-29 07:00
|
||||
from __future__ import unicode_literals
|
||||
|
||||
from django.db import migrations
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('cms', '0014_auto_20170127_1444'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.RenameField(
|
||||
model_name='objectif',
|
||||
old_name='libelle',
|
||||
new_name='nom',
|
||||
),
|
||||
]
|
||||
Loading…
Add table
Add a link
Reference in a new issue