You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
django-tagging did it, I think because is not LTS anymore, but now the tests are failing because of that, I thought in provide a patch to get support for Django 1.6 on django-tagging but they explicity removed the support of Django 1.6.
So I think the best way to go is to remove the support of django-planet in django 1.6, good thing is that you can get ride of south migrations if you do this.
The text was updated successfully, but these errors were encountered:
I'm going to pin the current django-tagging to 0.3.6 version though, which works great and its also compatible with Django 1.6, because its a quicker fix.
After that, I'm going to work on Django 1.9 upgrading django-tagging to 0.4.0dev so we can use the latest (and best?) version available, and drop Django 1.6 and its south migrations.
django-tagging
did it, I think because is not LTS anymore, but now the tests are failing because of that, I thought in provide a patch to get support for Django 1.6 ondjango-tagging
but they explicity removed the support of Django 1.6.So I think the best way to go is to remove the support of django-planet in django 1.6, good thing is that you can get ride of south migrations if you do this.
The text was updated successfully, but these errors were encountered: