Releases: Othernet-Project/bottle-utils
Releases · Othernet-Project/bottle-utils
v0.9
v0.7
v0.6.post1
- Finalized cleanup of label-related code
v0.6
Maintenance release:
- Documentation updated and moved to ReadTheDocs
- Added complete documentation for
bottle_utils.forms
package - Fixed tests
- Added missing meta module which never made it into re-merged 0.5 release
- Added
rounding
andsep
params tobottle_utils.html.hsize()
- Fixed
del_params()
to not requireqs
argument - Completely removed
bottle_utils.form.labels
and dependence onbottle_utils.form.labels.Label
class - Added
install_plugin()
method tobottle_utils.i18n.I18NPlugin
class
v0.1a4
Bugfixes and minor I18N improvements.
- Added helper function for generating form tags
- Added pgettext and npgettext functions to i18n module
- Fixed manifest to include the LICENSE file
- Fixed link_other to use SPAN as default wrapper
- Fixed unicode issue in to_unicode common function
- Default locale is now available on request object