wikipendium / wikipendium.no

Compendiums edited as a wiki.
https://www.wikipendium.no
Apache License 2.0
36 stars 5 forks source link

Upgrade packages for django 1.10 support #458

Closed stianjensen closed 5 years ago

stianjensen commented 5 years ago

Upgrade django-haystack to 2.7.0 2.4.0 did not have official django 1.10 support, and the full text search currently crashes, and that no longer happens with this version.

2.7.0 is also the last release to support django 1.10


Upgrade django-taggit to 0.22.2

This is the last version to support django 1.10

We need to migrate to django 1.11 before we can upgrade taggit further.

Currently, on django 1.10 tags don't work at all, and gives a 500 error when clicking on a tag link. That no longer happens with this version.


This change is Reviewable