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
But when I type the command python manage.py update_translation_fields, I get this error:
Using default language: fr
Updating data of model '<class 'mezzanine.conf.models.Setting'>'
Traceback (most recent call last):
[…]
model._default_manager.filter(q).rewrite(False).update(
AttributeError: 'QuerySet' object has no attribute 'rewrite'
Versions:
Django==1.10.8
Mezzanine==4.2.3
The text was updated successfully, but these errors were encountered:
I follow this documentation to have multi-lingual support:
http://mezzanine.readthedocs.io/en/latest/multi-lingual-sites.html
But when I type the command
python manage.py update_translation_fields
, I get this error:Versions:
The text was updated successfully, but these errors were encountered: