Package: django-tables / 2.8.0-1

Metadata

Package Version Patches format
django-tables 2.8.0-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
debian hacks/Use local copies of object.inv for building documentation.patch | (download)

docs/conf.py | 7 2 + 5 - 0 !
1 file changed, 2 insertions(+), 5 deletions(-)

 use local copies of object.inv for building documentation

privacy/Replace privacy breach links by packaged copies.patch | (download)

docs/pages/tutorial.rst | 2 1 + 1 - 0 !
example/templates/index.html | 2 1 + 1 - 0 !
example/templates/multiTable.html | 2 1 + 1 - 0 !
example/templates/semantic_template.html | 6 3 + 3 - 0 !
4 files changed, 6 insertions(+), 6 deletions(-)

 replace privacy breach links by packaged copies

debian hacks/Remove test_should_be_used_for_nullbooleanfield.patch | (download)

tests/columns/test_booleancolumn.py | 15 0 + 15 - 0 !
1 file changed, 15 deletions(-)

 remove test_should_be_used_for_nullbooleanfield

debian hacks/Ignore test_export.ExportViewTest for now.patch | (download)

tests/test_export.py | 40 20 + 20 - 0 !
1 file changed, 20 insertions(+), 20 deletions(-)

 ignore test_export.exportviewtest for now

This test from the test suite is failing as the work sheet name isn't
written into the test data that is an issue within the test preparation
and not a functional issue of the library.

The test checks if the the title name can be found as sheet name, for whatever
reason the used title name in the test isn't written into the .xlsx file.
That turns into this error:

======================================================================
FAIL: test_should_support_custom_dataset_kwargs (tests.test_export.ExportViewTest)