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
site-packages/eav/managers.py:113: RemovedInDjango110Warning: 'get_field_by_name is an unofficial API that has been deprecated. You may be able to replace it with 'get_field()'
field, m, direct, m2m = model_cls._meta.get_field_by_name(fields[0])
The text was updated successfully, but these errors were encountered:
site-packages/eav/managers.py:113: RemovedInDjango110Warning: 'get_field_by_name is an unofficial API that has been deprecated. You may be able to replace it with 'get_field()'
field, m, direct, m2m = model_cls._meta.get_field_by_name(fields[0])
The text was updated successfully, but these errors were encountered: