Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
La Quadrature du Net
piphone
campaign
Commits
1d0db640
Commit
1d0db640
authored
Jun 13, 2017
by
Okhin
Browse files
Closes #19
parent
2b95e274
Pipeline
#1146
passed with stage
in 50 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
picampaign/campaign/migrations/0010_auto_20170613_2015.py
0 → 100644
View file @
1d0db640
# -*- coding: utf-8 -*-
# Generated by Django 1.11.2 on 2017-06-13 18:15
from
__future__
import
unicode_literals
import
ckeditor.fields
from
django.db
import
migrations
,
models
class
Migration
(
migrations
.
Migration
):
dependencies
=
[
(
'campaign'
,
'0009_auto_20170613_1842'
),
]
operations
=
[
migrations
.
AlterField
(
model_name
=
'argumentary'
,
name
=
'text'
,
field
=
ckeditor
.
fields
.
RichTextField
(
null
=
True
),
),
migrations
.
AlterField
(
model_name
=
'argumentary'
,
name
=
'text_de'
,
field
=
ckeditor
.
fields
.
RichTextField
(
null
=
True
),
),
migrations
.
AlterField
(
model_name
=
'argumentary'
,
name
=
'text_en'
,
field
=
ckeditor
.
fields
.
RichTextField
(
null
=
True
),
),
migrations
.
AlterField
(
model_name
=
'argumentary'
,
name
=
'text_fr'
,
field
=
ckeditor
.
fields
.
RichTextField
(
null
=
True
),
),
migrations
.
AlterField
(
model_name
=
'argumentary'
,
name
=
'title'
,
field
=
models
.
CharField
(
blank
=
True
,
max_length
=
255
,
null
=
True
,
verbose_name
=
'title'
),
),
migrations
.
AlterField
(
model_name
=
'argumentary'
,
name
=
'title_de'
,
field
=
models
.
CharField
(
blank
=
True
,
max_length
=
255
,
null
=
True
,
verbose_name
=
'title'
),
),
migrations
.
AlterField
(
model_name
=
'argumentary'
,
name
=
'title_en'
,
field
=
models
.
CharField
(
blank
=
True
,
max_length
=
255
,
null
=
True
,
verbose_name
=
'title'
),
),
migrations
.
AlterField
(
model_name
=
'argumentary'
,
name
=
'title_fr'
,
field
=
models
.
CharField
(
blank
=
True
,
max_length
=
255
,
null
=
True
,
verbose_name
=
'title'
),
),
]
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment