Skip to content

Commit

Permalink
Merge pull request #760 from openedx/asheehan-edx/better-metadata-dja…
Browse files Browse the repository at this point in the history
…ngo-admin

feat: adding modified time to content metadata django admin page as readonly
  • Loading branch information
alex-sheehan-edx authored Feb 5, 2024
2 parents 78fa8da + fb21ba1 commit edb1ad5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions enterprise_catalog/apps/catalog/admin.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ class ContentMetadataAdmin(UnchangeableMixin):
'associated_content_metadata',
'catalog_queries',
'get_catalog',
'modified',
)

@admin.display(description='Enterprise Catalogs')
Expand Down

0 comments on commit edb1ad5

Please sign in to comment.