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
{{ message }}
This repository has been archived by the owner on Jan 18, 2020. It is now read-only.
Setting or ending the related_name argument in field relationships will prevent Django from creating accessors between them. ModelTree should respect this as well and ignore paths that have this defined.
Setting or ending the
related_name
argument in field relationships will prevent Django from creating accessors between them. ModelTree should respect this as well and ignore paths that have this defined.See: https://docs.djangoproject.com/en/dev/ref/models/fields/#django.db.models.ForeignKey.related_name
The text was updated successfully, but these errors were encountered: