This commit is contained in:
Massimo
2013-06-06 10:36:33 -05:00
parent 8829780def
commit f463de5a45
3 changed files with 3 additions and 2 deletions
+1
View File
@@ -3,6 +3,7 @@
- New style virtual fields in grid
- Conditional fields (experimental) ``db.table.field.show_id = db.table.otherfield==True`` or ``db.table.field.show_id = db.table.otherfiel.contains(values)``
- auth.settings.manager_group_role="manager" enables http://.../app/appadmin/auth_manage and http://.../app/appadmin/manage for members of the "manager" group. (also experimental)
- support for POST variables in DELETE
- Fixed memory leak when using the TAG helper