Skip to content

Latest commit

 

History

History
68 lines (50 loc) · 3.31 KB

File metadata and controls

68 lines (50 loc) · 3.31 KB

Changelog

0.9.2 (2015-02-20)

  • First release on PyPI.

0.9.3 (2015-02-27)

  • Add api for reindexing the search index
  • Small bugfixes related to sorting querysets in reports
  • Extra unit tests for report sorting
  • Remove redundant AutoSlug for BackOfficeTab

0.9.4 (2015-02-27)

  • Fix issue where the translation system could be triggered too soon

0.9.5 (2015-03-03)

  • Add possibility to add report-wide actions using is_report_action=True.
  • Add full CRUD example to examples page on demo website
  • Small bugfix concerning the confirmation dialog

0.9.6 (2015-03-04)

  • Escape AdvancedReport field values by default for security
  • Add link_to HTML decorator possibility by providing the BackOfficeReportMixin
  • Small cleanups and fix MANIFEST.in
  • Fix setup.py and add changelog to docs
  • Converted README to reST format

0.9.7 (2015-03-05)

  • 2691ba3 Fix report form error styling issue <Jef Geskens>
  • 31ee2e5 Add example of link_to HTML decorator <Jef Geskens>
  • 086ec98 Fix enriched queryset ordering issue <Jakub Paczkowski>
  • 3a47616 Add tests for the enriched queryset ordering issue fix <Jakub Paczkowski>
  • 521a257 Add default ordering to the enriched queryset <Jakub Paczkowski>

0.9.8 (2015-03-10)

  • 7e4adf4 Expose fetch_report so it can be called from outside <Jef Geskens>
  • ca38578 Fix styling issue for new compact view <Jef Geskens>
  • 5406d7b Extra examples for new compact property <Jef Geskens>
  • 8118733 Introduce compact mode and inline action buttons <Jef Geskens>

0.9.9 (2015-09-07)

  • ced26b2 deduplicate call <Daniel Borzęcki>
  • 61f032d ensure request is present when executing multiple actions <Daniel Borzęcki>
  • 961c1d0 enable row limit choice in reports' pages <Alexandros Ntavelos>
  • a92567e re-arrange if/else conditions <Alexandros Ntavelos>
  • d51a6b7 fix for tests <Jakub Paczkowski>
  • 7ed1664 add comment <Jakub Paczkowski>
  • 2890472 fix generation of large csv's <Jakub Paczkowski>
  • 8685a81 optimize generation of csv <Jakub Paczkowski>