Skip to content

Commit

Permalink
fix: change enterprise customer admin summary (#2233)
Browse files Browse the repository at this point in the history
* fix: change enterprise customer admin summary

* fix: version bump
  • Loading branch information
kiram15 committed Sep 10, 2024
1 parent b60023c commit e5a9365
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ Unreleased
----------
* nothing unreleased

[4.25.5]
----------
* feat: changing django enterprise customer summary columns

[4.25.4]
----------
* feat: replaced references from unencrypted to encrypted columns.
Expand Down
2 changes: 1 addition & 1 deletion enterprise/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
Your project description goes here.
"""

__version__ = "4.25.4"
__version__ = "4.25.5"
3 changes: 1 addition & 2 deletions enterprise/admin/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -161,10 +161,9 @@ class EnterpriseCustomerAdmin(DjangoObjectActions, SimpleHistoryAdmin):
'name',
'slug',
'customer_type',
'site',
'country',
'active',
'has_logo',
'enable_learner_portal',
'enable_dsc',
'has_identity_provider',
'uuid',
Expand Down

0 comments on commit e5a9365

Please sign in to comment.