chaoss / grimoirelab-bestiary

GNU General Public License v3.0
3 stars 9 forks source link

Update project to Django 3.1 #80

Closed sduenas closed 2 years ago

sduenas commented 3 years ago

To avoid security problems with the current version of Django, we should update to 3.1. This update will also fix the warning of the deprecated class JSONField. Check this PR https://github.com/chaoss/grimoirelab-sortinghat/pull/527 for more info.

sduenas commented 2 years ago

Fixed by #81 .