Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
S
search_tips
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
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
rank
search_tips
Commits
f250dc7c
Commit
f250dc7c
authored
Jul 02, 2019
by
lixiaofang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add
parent
de0e0e68
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
7 deletions
+0
-7
agile_tag.py
associate/models/agile_tag.py
+0
-7
No files found.
associate/models/agile_tag.py
View file @
f250dc7c
...
...
@@ -63,13 +63,6 @@ class AgileTagType(BaseModel):
agile_tag_type
=
models
.
CharField
(
verbose_name
=
u"标签类型"
,
max_length
=
3
,
choices
=
AGILE_TAG_TYPE
)
class
ApiAgileTagRecommendType
(
BaseModel
):
class
Meta
:
verbose_name
=
u'新标签推荐类型'
db_table
=
'api_agile_tag_recommend_type'
app_label
=
'api'
class
AgileTagRecommendType
(
BaseModel
):
class
Meta
:
verbose_name
=
u'新标签推荐类型'
...
...
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