Changelog¶
rel 1.3 - June, 21 2019 - fix porting 2.2
rel 1.2 - Nov, 2018 - fix porting dj 1.11 - Improved docs
rel 1.0.8 - Nov 2017
- Porting 1.11 
rel 1.0.7 - Mar 2017
rel 1.0.6 - Nov, 12 2016¶
- Fix Export (again) 
- Fix admin tab when used in conjunction with modeltranslator 
rel 1.0.4 - Nov, 4 2016¶
- Export fix unicode support both for py3 and py2 
rel 1.0 - Oct, …¶
- 1^st release working for py2 and py3 
rel 0.9.6 - Sept, 9 2016¶
- fixes to work with django 1.9. Admin’s delete has changed 
- fix double autocompletion double load 
- template: change_list.html - no longer handling of bodyclass. It was {{module_name|slugify}} that changes with languages (is opts.verbose_name_plural!) NOTE: may be backward incompatible if you rely on that class 
- base_site.html: now includes parts that where previously in jmb.core 
rel 0.9.5 - Aug 4¶
- css: minor improvement to login form 
rel 0.9.4 - Jul 5¶
- Added buttons in change_form 
- Cleanup templates 
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 
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