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
Looking at the EditLog model's fields you'll notice that while things like a nodegroupid, resourceinstanceid, tile, and user are all captured in an EditLog instance, none of them are declared as foreign keys and instead are Text fields. I suspect it would be easier to perform lookups if those fields were instead ForeignKeys.
The text was updated successfully, but these errors were encountered:
Looking at the EditLog model's fields you'll notice that while things like a nodegroupid, resourceinstanceid, tile, and user are all captured in an EditLog instance, none of them are declared as foreign keys and instead are Text fields. I suspect it would be easier to perform lookups if those fields were instead ForeignKeys.
The text was updated successfully, but these errors were encountered: