Code review comment for lp:~cr3/storm/reference_is_in

Revision history for this message
Marc Tardif (cr3) wrote :

Proposing is_method to Reference class so that it would be possible to call this:

  Computer.account.is_in(account_objects)

Instead of

  Computer.account_id.is_in([a.id for a in account_objects])

« Back to merge proposal