Package: python-django-tagging / 1:0.3.1-4

Metadata

Package Version Patches format
python-django-tagging 1:0.3.1-4 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
fix_calc_tag_weight | (download)

tagging/utils.py | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 fix tag_weight when using logarithmic distribution
 When logarithmic distribution is used _calculate_tag_weight may
 return weight greater than maximum threshold. Because of this the attribute
 font_size of the most frequently used tag may be left unset.
Upstream: http://code.google.com/p/django-tagging/issues/detail?id=91
Debian: #525770


fix testsuite.patch | (download)

tagging/tests/settings.py | 22 7 + 15 - 0 !
1 file changed, 7 insertions(+), 15 deletions(-)

 fix settings for test suite
django 1.7 compat.patch | (download)

tagging/models.py | 15 12 + 3 - 0 !
1 file changed, 12 insertions(+), 3 deletions(-)

 add django 1.7 compatibility