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

EncryptedCharField isn't decrypted in .values() #14

Open
MostAwesomeDude opened this issue Dec 8, 2011 · 1 comment
Open

EncryptedCharField isn't decrypted in .values() #14

MostAwesomeDude opened this issue Dec 8, 2011 · 1 comment

Comments

@MostAwesomeDude
Copy link

Any access of an EncryptedCharField which isn't directly on the model instance is not decrypted. As an example, both QuerySet.values() and QuerySet.values_list() show an encrypted password.

@svetlyak40wt
Copy link
Owner

Have no idea, how to fix it.

Feel free to send me a patch, but please make sure you have a tests for these cases.

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

2 participants