Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Backend
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Analyze
Contributor analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Arkindex
Backend
Merge requests
!2256
Something went wrong on our end
New DatasetSet model
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
New DatasetSet model
dataset-sets-reset
into
master
Overview
1
Commits
19
Pipelines
0
Changes
1
Merged
ml bonhomme
requested to merge
dataset-sets-reset
into
master
1 year ago
Overview
1
Commits
19
Pipelines
0
Changes
1
Expand
closes
#1712 (closed)
TODO:
create process dataset issue
create new API endpoints issue
Edited
1 year ago
by
ml bonhomme
0
0
Merge request reports
Viewing commit
760834d8
Prev
Next
Show latest version
1 file
+
1
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
760834d8
ensure temp process dataset sets fix migrations runs BEFORE the dataset set migration
· 760834d8
ml bonhomme
authored
1 year ago
arkindex/training/migrations/0007_datasetset_model.py
+
1
−
0
Options
@@ -11,6 +11,7 @@ class Migration(migrations.Migration):
dependencies
=
[
(
"
training
"
,
"
0006_model_archived
"
),
(
"
process
"
,
"
0029_processdataset_sets
"
),
]
operations
=
[
Loading