Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
steering
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
AURA
steering
Commits
18dd866f
Verified
Commit
18dd866f
authored
1 year ago
by
Ernesto Rico Schmidt
Browse files
Options
Downloads
Patches
Plain Diff
Delete and re-add Category.subtittle
parent
11ad93ae
No related branches found
No related tags found
No related merge requests found
Pipeline
#3269
passed
1 year ago
Stage: build
Stage: deploy
Stage: release
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
program/migrations/0057_remove_category_subtitle.py
+17
-0
17 additions, 0 deletions
program/migrations/0057_remove_category_subtitle.py
program/migrations/0058_category_subtitle.py
+18
-0
18 additions, 0 deletions
program/migrations/0058_category_subtitle.py
with
35 additions
and
0 deletions
program/migrations/0057_remove_category_subtitle.py
0 → 100644
+
17
−
0
View file @
18dd866f
# Generated by Django 3.2.18 on 2023-04-18 21:51
from
django.db
import
migrations
class
Migration
(
migrations
.
Migration
):
dependencies
=
[
(
'
program
'
,
'
0056_auto_20230418_2229
'
),
]
operations
=
[
migrations
.
RemoveField
(
model_name
=
'
category
'
,
name
=
'
subtitle
'
,
),
]
This diff is collapsed.
Click to expand it.
program/migrations/005
7_alter
_category_subtitle.py
→
program/migrations/005
8
_category_subtitle.py
+
18
−
0
View file @
18dd866f
# Generated by Django 3.2.18 on 2023-04-18 2
0:39
# Generated by Django 3.2.18 on 2023-04-18 2
1:51
from
django.db
import
migrations
,
models
class
Migration
(
migrations
.
Migration
):
dependencies
=
[
(
"
program
"
,
"
005
6_auto_20230418_2229
"
),
(
'
program
'
,
'
005
7_remove_category_subtitle
'
),
]
operations
=
[
migrations
.
A
lter
Field
(
model_name
=
"
category
"
,
name
=
"
subtitle
"
,
field
=
models
.
CharField
(
blank
=
True
,
default
=
""
,
max_length
=
32
),
migrations
.
A
dd
Field
(
model_name
=
'
category
'
,
name
=
'
subtitle
'
,
field
=
models
.
CharField
(
blank
=
True
,
default
=
''
,
max_length
=
32
),
),
]
This diff is collapsed.
Click to expand it.
Ernesto Rico Schmidt
@eigenwijsje
mentioned in commit
292d0ffd
·
1 year ago
mentioned in commit
292d0ffd
mentioned in commit 292d0ffdd1a59abbd8950e204bdc08a3e33e3203
Toggle commit list
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment