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
It would be great if saveInto() and loadDataFrom() supported the dot syntax for traversing has-one relations. If you had Book has_one Author, it would let you set up forms such as this:
#9162 relates to this, in that they're both very helpful for building better ModelAdmins around many-many-through datasets. The boilerplate listed in that ticket is the workaround that you need because this feature isn't available.
It would be great if
saveInto()
andloadDataFrom()
supported the dot syntax for traversing has-one relations. If you had Book has_one Author, it would let you set up forms such as this:The text was updated successfully, but these errors were encountered: