Skip to content

Commit

Permalink
fix: minor
Browse files Browse the repository at this point in the history
  • Loading branch information
nannan00 committed Nov 21, 2023
1 parent 82a5d6d commit a1631fd
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions src/bk-user/bkuser/apps/data_source/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,6 @@ class DataSourcePlugin(models.Model):
description = models.TextField("描述", default="", blank=True)
logo = models.TextField("Logo", null=True, blank=True, default="")

class Meta:
ordering = ["created_at"]


class DataSourceManager(models.Manager):
"""数据源管理器类"""
Expand Down
3 changes: 0 additions & 3 deletions src/bk-user/bkuser/apps/idp/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,6 @@ class IdpPlugin(models.Model):
description = models.TextField("描述", default="", blank=True)
logo = models.TextField("Logo", null=True, blank=True, default="")

class Meta:
ordering = ["created_at"]


class Idp(AuditedModel):
"""认证源"""
Expand Down

0 comments on commit a1631fd

Please sign in to comment.