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
Let's say you have a model named Gallery, having One-to-Many relation to the second model, GalleryPhoto. Also, let's say GalleryPhoto has a boolean is_enabled field.
Let's say you have a model named
Gallery
, having One-to-Many relation to the second model,GalleryPhoto
. Also, let's sayGalleryPhoto
has a booleanis_enabled
field.There should be a way to skip photos with
is_enabled=False
.The text was updated successfully, but these errors were encountered: