Djblets 0.5.9 Release Notes¶
Release date: March 28, 2010
djblets.util¶
cache_memoize()now converts all keys to plain strings, instead of allowing unicode to be passed to the backend. Not all cache backends allow for unicode keys.
djblets.siteconfig¶
The same change for cache keys was made here as well.
djblets¶
Added
ez_setup.pyto the source distribution.Added
djblets.__version__anddjblets.__version_info__.__version__is a variable containing the results ofdjblets.get_package_version(), and__version_info__contains the version parts in a tuple.
Contributors¶
Christian Hammond
David Trowbridge