Download Latest Version DRP 1.1.0.zip (37.1 kB)
Email in envelope

Get an email when there's a new version of Django REST Pandas

Home / v1.0.0
Name Modified Size InfoDownloads / Week
Parent folder
DRP 1.0.0.tar.gz 2017-09-13 24.5 kB
DRP 1.0.0.zip 2017-09-13 34.8 kB
README.md 2017-09-13 950 Bytes
Totals: 3 Items   60.3 kB 0

Django REST Pandas 1.0.0 brings a number of API improvements that make it easier to integrate with existing DRF projects.

New Functionality

  • Support mixing with DRP renderers with regular DRF renderers, including in REST_FRAMEWORK["DEFAULT_RENDERER_CLASSES"] (#28)
  • Better detection of default index field name (#13, [#29])
  • Include index field(s) in default JSON output (#29). The orient parameter now defaults to a DRP-specific "records-index", which is like "records" but calls reset_index() before rendering.

Bug Fixes

  • Don't crash if "id" is not a serializer field (#13)
  • Fix null value handling in PandasScatterSerializer (2636cc4)

Documentation Improvements

  • Supported URL parameters for JSON output (#26)
  • DateTimeField serialization tips (#27)
  • django-pandas integration (#11)
  • HTML output and integration with wq/chartapp.js (#2)
Source: README.md, updated 2017-09-13