Skip to content

Commit

Permalink
Register LocaleCodeHistory model in admin panel
Browse files Browse the repository at this point in the history
  • Loading branch information
ayanaar committed Nov 22, 2023
1 parent c78209a commit 5fd7cf0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pontoon/base/admin.py
Original file line number Diff line number Diff line change
Expand Up @@ -379,3 +379,4 @@ def performed_by_email(self, obj):
admin.site.register(models.PermissionChangelog, UserRoleLogActionAdmin)
admin.site.register(models.Comment, CommentAdmin)
admin.site.register(models.ProjectSlugHistory, ProjectSlugHistoryAdmin)
admin.site.register(models.LocaleCodeHistory, LocaleCodeHistoryAdmin)

0 comments on commit 5fd7cf0

Please sign in to comment.