toolness / hive-django

A Django-based Hive website for member organizations, their employees, and other community members.
https://directory.hivelearningnetworks.org
1 stars 10 forks source link

Upgrade to Django 1.7 #44

Closed toolness closed 9 years ago

toolness commented 9 years ago

Upgrading to Django 1.7 requires the following:

While crispy-forms 1.5.0 has been released, its changelog does not seem to indicate that it contains any Django 1.7 or high-priority security fixes, so we'll stay at 1.4 for now. Note that running the tests with warnings turned on does raise a RemovedInDjango19Warning from crispy-forms telling us to use django.utils.lru_cache instead of memoize, but we've got plenty of time to upgrade and I fear that upgrading now may break our directory/table_inline_formset.html template, which I don't want to deal with.

django-csp is still at 2.0.3, so nothing to upgrade there.

bleach is still at 1.4, so nothing to upgrade there.