-
Notifications
You must be signed in to change notification settings - Fork 79
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
rebuild_index error: "language_code can't be null" #70
Comments
Hello @leety, I find it odd that parler doesn't respect the thread language when one is explicitly activated. |
I get this traceback
|
hello, |
Any update on this? |
Hi guys, after poking around in the code, I found that apparently this a known issue (but only mentioned in the docs of a different project…for some reason): Perhaps the docs for aldryn-search could be updated to note that aldryn-people is not supported? |
It seems like this issue is the same as: django-parler/django-parler#90. However, it is still plaguing aldryn-search. I am using the most current version of Parler and have setting the settings.py with default to 'en' , my only solution right now was to set all internationalization settings to False.
It seems @yakky has a solution for his djangoCMS-blog on this commit:
https://github.com/nephila/djangocms-blog/pull/303/commits
I am wondering is it possible to incorporate @yakky's fix into aldryn search?
The text was updated successfully, but these errors were encountered: