TinyMCE
This commit is contained in:
parent
ff091dc3e7
commit
1484d6cc6d
1582 changed files with 46295 additions and 15 deletions
29
cms/migrations/0020_auto_20170308_2018.py
Normal file
29
cms/migrations/0020_auto_20170308_2018.py
Normal file
|
|
@ -0,0 +1,29 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
# Generated by Django 1.10.4 on 2017-03-08 19:18
|
||||
from __future__ import unicode_literals
|
||||
|
||||
from django.db import migrations, models
|
||||
import django.db.models.deletion
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('cms', '0019_merge_20170308_1159'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.RemoveField(
|
||||
model_name='competence',
|
||||
name='processus_eval',
|
||||
),
|
||||
migrations.RemoveField(
|
||||
model_name='document',
|
||||
name='module',
|
||||
),
|
||||
migrations.AddField(
|
||||
model_name='competence',
|
||||
name='proces_eval',
|
||||
field=models.ForeignKey(default=True, null=True, on_delete=django.db.models.deletion.CASCADE, to='cms.Processus'),
|
||||
),
|
||||
]
|
||||
Loading…
Add table
Add a link
Reference in a new issue