jlubcke/tri.table

Examples do not work with Django 2.0 or Python 3

Z0t opened this issue · 1 comments

Z0t commented

Python3 issue is xrange -> range
models.ForeignKey requires on_delete

TEMPLATES directive was missing.

url and patterns was broken.

There is another bug, but I think that is part of the example, there is kitchen_sink/url

Hacked patch:

0001-Hacks-to-make-it-work-with-Django-2.0-and-Pythnon-3.patch.zip

boxed commented

Thanks for reporting this! We actually haven't even added Django 2.0 to the test suite, so we should probably do that too.