Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
AlekSIS-App-CSVImport
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
Service Desk
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
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
AlekSIS®
Official
AlekSIS-App-CSVImport
Merge requests
!115
Draft: CSV export
Code
Review changes
Check out branch
Download
Patches
Plain diff
Open
Draft: CSV export
csv-export
into
master
Overview
4
Commits
43
Pipelines
20
Changes
1
3 unresolved threads
Hide all comments
Open
Jonathan Weth
requested to merge
csv-export
into
master
2 years ago
Overview
4
Commits
43
Pipelines
20
Changes
1
3 unresolved threads
Hide all comments
Expand
Close
#56
Edited
2 years ago
by
Jonathan Weth
0
0
Merge request reports
Viewing commit
853f96cc
Prev
Next
Show latest version
1 file
+
1
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Verified
853f96cc
Fix migration dependency
· 853f96cc
Jonathan Weth
authored
1 year ago
aleksis/apps/csv_import/migrations/0010_exportjob.py
+
1
−
1
Options
@@ -8,7 +8,7 @@ import django.db.models.deletion
class
Migration
(
migrations
.
Migration
):
dependencies
=
[
(
"
core
"
,
"
004
9_alter_custommenuitem_icon_and_more
"
),
(
"
core
"
,
"
004
8_delete_personalicalurl
"
),
(
"
sites
"
,
"
0002_alter_domain_unique
"
),
(
"
csv_import
"
,
"
0009_csvtemplate
"
),
]
Loading