.. _changelog: Changelog =========== rel 0.9.3 - Jan, 12 2016 ------------------------- - porting to dj-1.9: now uses MIDDLEWARE_CLASS from admin_tools to implement admin:admin/base_site.html - improved/simplified Action Form - fix include autocomplete - STATIC_URL => staticfiles rel 0.9.2 - Jan, 12 2016 ------------------------ - Fix css: broken links rel 0.9.1 - Jan, 12 2016 ------------------------ - Improved ExportData - fixed infinite recursio introduced by dj 1.7 - ajax_inlines: fix callback - jmb.jadmin.js (was in jmb.core) - fix import dj-1.4 + rel 0.9.0 - May, 29 2015 -------------------------- - Added export capability: an action and an utility. Support for different output_types depends on the module available to the environment - Action Form is now completely functional without need to rewrite response_action. Improved the error message. Added checks to insure it will not fail badly - General cleanup of methods not supported .. note:: backwards incompatibilities Thus release has introduced a :ref:`backward incompatibility ` rel 0.8.1 - Apr, 21 2015 ---------------------------- - portability: now works correctly with Django-1.8 rel 0.8 - Apr, 17 2015 -------------------------- - first release after segragating admin part from jmb.core