Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Sign in
Toggle navigation
R
red-ci-cd
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
red-group-test
red-ci-cd
Commits
d8e5ce23
Commit
d8e5ce23
authored
Oct 21, 2019
by
Gladys Forte
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
level fix
parent
2841b2d2
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
18 additions
and
0 deletions
+18
-0
app/entities/migrations/0023_auto_20191021_1706.py
app/entities/migrations/0023_auto_20191021_1706.py
+17
-0
app/entities/models.py
app/entities/models.py
+1
-0
No files found.
app/entities/migrations/0023_auto_20191021_1706.py
0 → 100644
View file @
d8e5ce23
# Generated by Django 2.2 on 2019-10-21 17:06
from
django.db
import
migrations
class
Migration
(
migrations
.
Migration
):
dependencies
=
[
(
'entities'
,
'0022_auto_20191021_1107'
),
]
operations
=
[
migrations
.
AlterModelOptions
(
name
=
'changerequestformapprovers'
,
options
=
{
'ordering'
:
[
'level'
]},
),
]
app/entities/models.py
View file @
d8e5ce23
...
...
@@ -767,6 +767,7 @@ class ChangeRequestFormApprovers(BaseApprover):
class
Meta
:
db_table
=
'change_request_form_approvers'
ordering
=
[
'level'
]
def
__str__
(
self
):
return
f
'{self.code}'
...
...
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