Skip to content

Commit

Permalink
Make the details JSON obejct editable (#1987)
Browse files Browse the repository at this point in the history
  • Loading branch information
elisescu authored Jan 16, 2025
1 parent b914d0d commit e97b47b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion users/admin.py
Original file line number Diff line number Diff line change
Expand Up @@ -237,4 +237,4 @@ def run_profile_spam_detection_on_selected(self, request, queryset: QuerySet[Use
@admin.register(UserCampaignRegistration)
class UserCampaignRegistrationAdmin(admin.ModelAdmin):
list_display = ["user", "key", "details"]
readonly_fields = ["user", "key", "details"]
readonly_fields = ["user", "key"]

0 comments on commit e97b47b

Please sign in to comment.