Package: django-markupfield / 1.2.1-2+deb8u1

Metadata

Package Version Patches format
django-markupfield 1.2.1-2+deb8u1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
django 1.7.patch | (download)

markupfield/tests/tests.py | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

 use tuple for choices to un-break django 1.7c3
 Django 1.7c3 breaks on non-subscriptable objects, therefor changing the choices
 in the tests from list to tuple.
 This patch should be dropped once the #23112 fix is shipped in the Debian
 Django package.
prevent file inclusion.patch | (download)

markupfield/markup.py | 4 4 + 0 - 0 !
1 file changed, 4 insertions(+)

 fix for file inclusion issue, thanks to markus holtermann