Djblets 0.6.8 Release Notes¶
Release date: June 23, 2011
djblets.datagrid¶
Fixed an occasional
ValueErrorwith the datagrid.On occasion, the
activestate of a column can sometimes beTruewhen the column isn’t inself.datagrid.columns, which meant it would throw aValueErrorwhen trying to remove itself from the list. We’re more bullet-proof now.
djblets.gravatars¶
The gravatar templatetag no longer errors out if the provided user is anonymous.
djblets.log¶
The “Logging to…” lines are now only logged when
settings.DEBUGis on.
djblets.util¶
JSONField no longer errors out if
blank=Falseis used. (Bug #2015)Fixed escaping of label names in
label_tag()on newer versions of Django.
djblets.webapi¶
Fixed a problem when
settings.WEB_API_ENCODERSisn’t set.Our fallback for when this setting wasn’t set was broken, causing new errors.
Contributors¶
Christian Hammond
David Trowbridge