3579bebdeb
bump: version 0.10.1 → 0.10.2
f7e371d21d
fix: add
render_vue_finalize()
methods for grids, forms
784f974c0d
fix: avoid error when checking model for column property
dce91a3a96
bump: version 0.10.0 → 0.10.1
1efaca4e52
fix: make
util.get_model_fields()
work with more model classes
4643aa3e3c
docs: various improvements to docs, per dust settling
91e10274ea
bump: version 0.9.0 → 0.10.0
8d6f4ad368
feat: add multi-column sorting (frontend or backend) for grids
58f7a862a2
feat; add single-column sorting (frontend or backend) for grids
f21efbab9f
fix: improve grid display when data is empty
f9fad67f4a
bump: version 0.8.1 → 0.9.0
d151758c48
feat: add backend pagination support for grids
dd3d640b1c
feat: add initial/basic pagination for grids
7feaa844af
bump: version 0.8.0 → 0.8.1
429f3c69b5
fix: improve backward compat for
util.get_liburl()
f5ac66f264
bump: version 0.7.0 → 0.8.0
cd706821b2
feat: add form/grid label auto-overrides for master view
c1afc3b3e3
fix: add
person
to template context for PersonView.view_profile()
bb7a83a73c
bump: version 0.11.1 → 0.12.0
9ad5dca2ad
feat: add util function
get_class_hierarchy()
a8514da107
bump: version 0.6.0 → 0.7.0
9805f808da
fix: add stub for
PersonView.make_user()
17b8af27a7
fix: allow arbitrary kwargs for
Form.render_vue_field()
be8a45e543
fix: make some tweaks for better tailbone compatibility
058632ebeb
feat: add sane views for 403 Forbidden and 404 Not Found
58c3f781df
bump: version 0.11.0 → 0.11.1
82177ea997
docs: tweak docstring for
Session
class
e3e3b004aa
fix: tweak methods for
FileConfigTestCase
b4b72d92aa
bump: version 0.5.0 → 0.6.0
7ad6a9d5a0
feat: add basic Roles view
eac3b81918
feat: add Users view; improve CRUD master for SQLAlchemy models
33589f1cd8
feat: add People view; improve CRUD master for SQLAlchemy models
fc01fa283a
feat: add basic support for SQLAlchemy model in master view