- First release on PyPI.
- 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
- Fix issue where the translation system could be triggered too soon
- 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
- 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
- 2691ba3 Fix report form error styling issue <Jef Geskens>
- 31ee2e5 Add example of
link_toHTML 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>
- 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>
- 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>