Skip to content

Add support for Django 1.11

This branch adds support for Django 1.11.

Since the templating system changed, we need to analyze the HTML output in the unit tests with BeautifulSoup instead of just string matching if we want to remain compatible with other versions. It's only a testing dependency.

Merge request reports