1- Added results_field_name to DjangoSerializerType. 2- Improved code to gain speed. 3- Fixed minors bugs.
0.3.8alpha11
1- Fixed minor bug with **nested_fields** for mutations. 2- Updated dependencies to avoid errors with **CharField** with **choices** and **blank=True** reported for **graphql-core**.
0.3.8alpha10
1- Added new date directive: "time ago 2d". 2- Updated graphene-django requirements. 3- Replaced dateutils dependency with python-dateutil. 4- Fixed minor bug on "time ago" date directive. 5- Pinned version of django-filter==1.1.0 package.