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
Rename a field and its references from `old` to `new` on the given `model` and all inheriting models, unless exceptions are specified in `skip_inherit`.
433
+
Rename a field and its references from `old` to `new` on the given `model`.
434
+
435
+
The field is updated in all inheriting models, except for models specified in
436
+
`skip_inherit`.
434
437
435
438
This functions also updates references, indirect or direct ones, including filters,
436
439
server actions, related fields, emails, dashboards, domains, and many more. See
0 commit comments