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
fix(models): Ensure interface host matches access list host
Move validation to the `save` method to enforce that the assigned
interface's host matches the access list's host before saving.
This replaces validation in the `clean` method for better data integrity
enforcement.
0 commit comments