Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Jochen Bauer
spn-website
Commits
442155dd
Commit
442155dd
authored
May 09, 2018
by
Hubert Denkmair
Browse files
add missing ApiKey migrations
parent
a1885e29
Changes
2
Hide whitespace changes
Inline
Side-by-side
core/migrations/0025_auto_20180508_2355.py
0 → 100644
View file @
442155dd
# Generated by Django 2.0.4 on 2018-05-08 21:55
from
django.db
import
migrations
,
models
class
Migration
(
migrations
.
Migration
):
dependencies
=
[
(
'core'
,
'0024_apikey'
),
]
operations
=
[
migrations
.
AlterField
(
model_name
=
'apikey'
,
name
=
'comment'
,
field
=
models
.
CharField
(
blank
=
True
,
max_length
=
255
,
null
=
True
),
),
migrations
.
AlterField
(
model_name
=
'apikey'
,
name
=
'key'
,
field
=
models
.
CharField
(
default
=
'cd7bb8dd-9e7d-4b91-8950-807b10545b7a'
,
max_length
=
100
),
),
]
core/migrations/0026_auto_20180509_1227.py
0 → 100644
View file @
442155dd
# Generated by Django 2.0.4 on 2018-05-09 10:27
import
core.models
from
django.db
import
migrations
,
models
class
Migration
(
migrations
.
Migration
):
dependencies
=
[
(
'core'
,
'0025_auto_20180508_2355'
),
]
operations
=
[
migrations
.
AlterField
(
model_name
=
'apikey'
,
name
=
'key'
,
field
=
models
.
CharField
(
default
=
core
.
models
.
create_key
,
max_length
=
100
),
),
]
Write
Preview
Supports
Markdown
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