cfpb / idea-box

An application that lets an organization collect ideas, comment on them, and vote them up.
Creative Commons Zero v1.0 Universal
158 stars 49 forks source link

Django 1.7 Compatibility #81

Closed clementperon closed 9 years ago

clementperon commented 9 years ago

Is it planned to work with Django 1.7 ?

Thank you

m3brown commented 9 years ago

The test suite on Travis validates functionality against 1.5 on both Python 2.6 and Python 2.7. I ran a test against 1.6 and all tests passed there as well. There is currently no schedule for ensuring Django 1.7 compatibility, and some changes will need to be made. For example, we currently use the get_profile() function, which has been removed in 1.7.

clementperon commented 9 years ago

Ok thanks for your reply.