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
After the update of django-entangle to 0.6 I'm getting the following error while running python3 manage.py collectstatic --noinput:
CardLayoutForm.Meta.entangled_fields["config"] += extra_fields_row_cols.keys()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: type object 'Meta' has no attribute 'entangled_fields'
The release notes for version 0.6 mention adding support for Meta.fields. I'm rolling back to the previous version of django-entangle for now. It may also be worth updating documentation to reflect the supported versions of django-entangle.
The text was updated successfully, but these errors were encountered:
@rose-pace Thanks for reporting this. Indeed, this probably is a bug in djangocms-frontend. For now, pinning to django-entangled<0.6 will help. djangocms-frontend 2.0 will require django-entangled>=0.6. I'll update the requirements.
After the update of django-entangle to 0.6 I'm getting the following error while running
python3 manage.py collectstatic --noinput
:CardLayoutForm.Meta.entangled_fields["config"] += extra_fields_row_cols.keys()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: type object 'Meta' has no attribute 'entangled_fields'
The release notes for version 0.6 mention adding support for Meta.fields. I'm rolling back to the previous version of django-entangle for now. It may also be worth updating documentation to reflect the supported versions of django-entangle.
The text was updated successfully, but these errors were encountered: