Skip to content

Fix some warnings

Mathieu Bridon requested to merge deprecation-warnings into master

The core of this branch is fixing all the Django deprecation warnings found by our tests, and making the tests fail when deprecation warnings happen.

While doing this, I found some other warnings and fixed them too.

There is only one warning left (well, two instances of the same warning really) but I decided not to fix it for now as it is about the /tag/ view which seems completely unused (I discovered it due to these warnings).

Edited by Mathieu Bridon

Merge request reports