Skip to content
This repository has been archived by the owner on Jan 11, 2019. It is now read-only.

Plugin doesn't work with Django 1.7 #42

Open
mrsarm opened this issue Jan 26, 2015 · 2 comments
Open

Plugin doesn't work with Django 1.7 #42

mrsarm opened this issue Jan 26, 2015 · 2 comments

Comments

@mrsarm
Copy link

mrsarm commented Jan 26, 2015

I have installed with pip the plugin, and added it to settings.py, but when I run python manage.py migrate, I get this error:

TypeError: Couldn't reconstruct m2m field tags on News: __init__() got an unexpected keyword argument 'serialize'

Does the plugin works with Django 1.7 and the new "Migration" system?

I have my virtualenv with Python 2.7 and:

  • Django==1.7.1
  • django-cms==3.0.7
  • aldryn-news==0.1.16
@kelvan
Copy link

kelvan commented Feb 17, 2015

I had the same error, but it seems it was not the fault of aldryn-news itself.
I used old django-taggit 0.11 (installed as dependency of aldryn-news?)
upgraded to 0.12, disabled news, migrate, enabled news, migrate again, worked

(also forked aldryn-news to workaround FieldDoesNotExist error)

@GooeyGungan
Copy link

@kelvan 's solution fixed it for me as well, though I only updated to 0.14 and did none of the other things suggested.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants