You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm guessing that you are not supposed to be able to edit credit objects in the admin. When you try to limit the editable fields by returning None here:
I'm guessing that you are not supposed to be able to edit credit objects in the admin. When you try to limit the editable fields by returning None here:
https://github.com/balanced/django-balanced/blob/master/django_balanced/admin.py#L148
You actually end up letting users edit all fields, because you are defaulting to all fields here for a None attribute:
https://github.com/balanced/django-balanced/blob/master/django_balanced/admin.py#L30
The text was updated successfully, but these errors were encountered: