Skip to content

1.1.0

Compare
Choose a tag to compare
@kennethlove kennethlove released this 18 Jul 18:51

1.1.0 Release

  • JSONResponseMixin.render_json_response method updated to accept a status code.
  • JSONResponseMixin added json_dumps_kwargs attribute & get method to pass args to the json encoder.
  • New OrderableListMixin allows ordering of list views by GET params.
  • Tests updated to test against latest stable Django release (1.5.1)
  • Small fixes and additions to documentation.