shymonk/django-datatable

Version 0.3.1 produce "Error during template rendering"

adilnurimanov opened this issue · 0 comments

On Ubuntu 16.04 amd64, django 1.6.1, virtualenv 15.0.1 I have following:
"Error during template rendering" on this string in html file {% render_table mytable %}).
Error is "'dict' object has no attribute 'render_context'".
Work around this bug is uninstalling version 0.3.1 and install version 0.2.1, which works correctly.