Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
T
tools.ethertoff
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
27
Issues
27
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
osp
tools.ethertoff
Commits
a2d4fbe3
Commit
a2d4fbe3
authored
May 13, 2019
by
gijs
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Make biography optional
parent
70b5de27
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
42 additions
and
0 deletions
+42
-0
contour/migrations/0055_auto_20190513_1058.py
contour/migrations/0055_auto_20190513_1058.py
+24
-0
contour/migrations/0056_auto_20190513_1101.py
contour/migrations/0056_auto_20190513_1101.py
+18
-0
No files found.
contour/migrations/0055_auto_20190513_1058.py
0 → 100644
View file @
a2d4fbe3
# Generated by Django 2.1.1 on 2019-05-13 10:58
from
django.db
import
migrations
,
models
import
django.db.models.deletion
class
Migration
(
migrations
.
Migration
):
dependencies
=
[
(
'contour'
,
'0054_auto_20190425_0938'
),
]
operations
=
[
migrations
.
AlterField
(
model_name
=
'event'
,
name
=
'project'
,
field
=
models
.
ForeignKey
(
on_delete
=
django
.
db
.
models
.
deletion
.
CASCADE
,
related_name
=
'events'
,
to
=
'contour.Project'
),
),
migrations
.
AlterField
(
model_name
=
'participant'
,
name
=
'name_nl'
,
field
=
models
.
CharField
(
blank
=
True
,
max_length
=
255
,
null
=
True
),
),
]
contour/migrations/0056_auto_20190513_1101.py
0 → 100644
View file @
a2d4fbe3
# Generated by Django 2.1.1 on 2019-05-13 11:01
from
django.db
import
migrations
,
models
class
Migration
(
migrations
.
Migration
):
dependencies
=
[
(
'contour'
,
'0055_auto_20190513_1058'
),
]
operations
=
[
migrations
.
AlterField
(
model_name
=
'participant'
,
name
=
'bio_nl'
,
field
=
models
.
TextField
(
blank
=
True
,
null
=
True
,
verbose_name
=
'Biography'
),
),
]
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a 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