Skip to content

Conversation

@mitar
Copy link

@mitar mitar commented Mar 13, 2016

New version supports indentation. Also, some settings (like ensure ASCII) were previously ignoring settings. Now they respect them.

@mitar mitar force-pushed the more-ujson-options branch from 5412181 to 81e6091 Compare March 13, 2016 07:37
@mitar mitar force-pushed the more-ujson-options branch from 81e6091 to 96cee39 Compare March 13, 2016 07:39
url='https://github.com/gizmag/drf-ujson-renderer',
packages=find_packages(),
install_requires=['django', 'ujson', 'djangorestframework']
install_requires=['django', 'ujson>=1.35', 'djangorestframework']
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This version has indent option.

Python 3.3 is not supported anymore by Django 1.9.
@jacobh
Copy link
Contributor

jacobh commented Mar 15, 2016

Looks good. Can you:

  1. add some tests to make sure the new options are working
  2. add a section to the README to describe how to use the new options

Thanks

@Amertz08
Copy link

Amertz08 commented Nov 6, 2019

@mitar I implemented this on my fork Amertz08#3

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

Successfully merging this pull request may close these issues.

3 participants