-
Notifications
You must be signed in to change notification settings - Fork 159
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
current setup doesn't work, new or with Wagtail #297
Comments
Getting the same issue, came to the same conclusion. The version of taggit required by this package is quite old and not compatible with Django 5.1 due to: "The model’s Meta.index_together option is removed." This project depends on Taggit 4.0.0, which uses the offending It looks like Django 4.2 had some ability to smooth this over but it doesn't do anything for me in this instance - actually raises this exact error! |
Well, I guess we're drinking the same stuff. Thanks for the taggit 6.x tip |
Hi, very interested in this project, but out of the gate, it didn't work.
Standalone
this works, however, starting the puput instructions from https://puput.readthedocs.io/en/latest/setup.html#standalone-blog-app
Adding this to the end of mysite/settings.py
Then trying to run
Yields the error
Looks like the taggit library is back reved and isn't compatible?
The text was updated successfully, but these errors were encountered: