Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Credit Admin lets you change info #1

Open
akoumjian opened this issue Mar 21, 2013 · 0 comments
Open

Credit Admin lets you change info #1

akoumjian opened this issue Mar 21, 2013 · 0 comments

Comments

@akoumjian
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant