ciudadanointeligente / write-it

App to create and send messages to public persons. It's a component of POPLUS project.
poplus.org
GNU General Public License v3.0
38 stars 23 forks source link

Pin django-nose to the last version that works with Django < 1.7 #1158

Closed mhl closed 8 years ago

mhl commented 8 years ago

As of django-nose/django-nose@7f205f1b16e641a7b1 support for Django earlier than 1.7 was dropped, but write-it is still using Django 1.6.10 (which is no longer supported, but that's another issue: #718) django-nose 1.4.3 is the last version that works with Django 1.6.

coveralls commented 8 years ago

Coverage Status

Coverage remained the same at 98.466% when pulling 2fafc880e39648d55509594fa4020b4085913b6e on pin-django-nose into 3c2ceb1a56be40326cbf4b4dca0aa7400c9f439e on master.

chrismytton commented 8 years ago

Looks good 👍