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
I would like to filter my model just retrieving the values, but the BitField is unable to return the flag values independently. I have unsuccessfully tried:
Note that a bitfield is transmitted over the wire as just a single 32-bit word, and I expect Python to do a similar type of work to make what you're asking for as . So I'm not sure there's an optimization to be had here, though it could simplify code to be able to marshall things that way.
I don't think that syntax makes sense; it would conflict with another field called notifications_facebook. I could imagine e.g. notifications__facebook being valid.
I have a model with BitField like this:
I would like to filter my model just retrieving the values, but the BitField is unable to return the flag values independently. I have unsuccessfully tried:
Is there a way to make it work?
The text was updated successfully, but these errors were encountered: