-
Notifications
You must be signed in to change notification settings - Fork 86
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
Remove pretty-print from the JSON field output or make it configurable #53
Comments
That's a good idea, ideally you could pass a function to the field to be called on the JSON string before saving. Something like |
kabakchey
pushed a commit
to kabakchey/django-annoying
that referenced
this issue
Feb 5, 2017
kabakchey
pushed a commit
to kabakchey/django-annoying
that referenced
this issue
Feb 10, 2017
skorokithakis
pushed a commit
that referenced
this issue
Feb 11, 2017
Thank you! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Pretty-print adds huge space overhead to the output. This feature doesn't give any options in case when we want to inherit the class for encryption except using v0.8.7 which is the latest one without pretty-print.
The text was updated successfully, but these errors were encountered: