Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
MOOC packages by hacklab
django-courses
Commits
2c145a80
Commit
2c145a80
authored
3 years ago
by
Matheus Miranda
Browse files
Options
Download
Email Patches
Plain Diff
Remove slug field from translation
parent
0b443ba1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
25 additions
and
0 deletions
+25
-0
courses/migrations/0039_auto_20211221_1626.py
courses/migrations/0039_auto_20211221_1626.py
+25
-0
No files found.
courses/migrations/0039_auto_20211221_1626.py
0 → 100644
View file @
2c145a80
# Generated by Django 2.2.25 on 2021-12-21 19:26
from
django.db
import
migrations
class
Migration
(
migrations
.
Migration
):
dependencies
=
[
(
'courses'
,
'0038_auto_20211215_1805'
),
]
operations
=
[
migrations
.
RemoveField
(
model_name
=
'course'
,
name
=
'slug_en'
,
),
migrations
.
RemoveField
(
model_name
=
'course'
,
name
=
'slug_es'
,
),
migrations
.
RemoveField
(
model_name
=
'course'
,
name
=
'slug_pt_br'
,
),
]
This diff is collapsed.
Click to expand it.
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