- set empty footer block in base template #109
- fix empty nullable integer columns break #107
- new materialize-css design
- webpack.js for build css and js
- fix fonts in MANIFEST.in
- fix update action, when value changed to empty
- remove crud_sessionmaker and use CRUD action directly
- Fix mass delete action with tree structure
- Move mass actions in separate view
pyramid_sacrud.views.CRUD.Action
- Fix non unicode flash message
- Add title to templates
- Now,
sacrud_list_template
andsacrud_edit_template
options overrides the template (not include like before).
- fix settings['pyramid_sacrud.models'] with one table in list
- added BDD tests (#88, #89, #90)
- added example (see https://github.com/ITCase/pyramid_sacrud/tree/master/example)
- fix settings['pyramid_sacrud.models'] with list of one list
- fix error 404 with static files
- clean javascript requires
- fix for ItemsView not being subscriptable in py3 (#82)
- fix for ItemsView not being subscriptable in py3 (#82)
- added CHANGES.txt
- fix home page dashboard widgets (#67)
- fix width of pagination (#64)
- fix pyramid_jinja2 version in requirements (#37)
- fix mass delete action
- new format of settings (read the docs)
- migrate to stefanofontanelli/ColanderAlchemy
- added support polymorphic tree models (#24)