Djblets 0.7.6 Release Notes¶
Release date: December 8, 2012
JavaScript¶
inlineEditornow supports changing anenabledoption, allowing editors to start out enabled or disabled, or dynamically change that state.Patch by Jesus Zambrano.
djblets.siteconfig¶
Siteconfig now handles old-style
CACHE_BACKENDvalues and new-styleCACHES[cachename]dictionaries in thecache_backendsetting.
djblets.util.cache¶
Added
normalize_cache_backend().This can take either an old-style
CACHE_BACKENDor new-styleCACHES[cachename]and return a valid entry forCACHES['default'].
djblets.webapi¶
Added
unregister_resource_for_model().This is useful for extensions that called
register_resource_for_model().Patch by Steven MacLeod.
Contributors¶
Christian Hammond
David Trowbridge
Steven MacLeod
Jesus Zambrano