Gramex 1.59 release notes

DriveHandler manages files

DriveHandler is a FormHandler-compatible replacement for UploadHandler. It makes it easy to create a Dropbox or Google Drive clone within Gramex.

Bug fixes

UI component upgrades

API changes

FormHandler had a ?_format=table option. It was deprecated in favor of the g1 FormHandler table. This is now removed.

Statistics

The Gramex code base has:

How to upgrade

To upgrade Gramex, run:

pip install --upgrade gramex
pip install --upgrade gramexenterprise    # If you use DBAuth, LDAPAuth, etc.
gramex setup --all