Merge lp://staging/~cr3/storm/reference_is_in into lp://staging/storm
Proposed by
Marc Tardif
Status: | Work in progress |
---|---|
Proposed branch: | lp://staging/~cr3/storm/reference_is_in |
Merge into: | lp://staging/storm |
Diff against target: | 50 lines |
To merge this branch: | bzr merge lp://staging/~cr3/storm/reference_is_in |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
James Henstridge | Needs Fixing | ||
Storm Developers | Pending | ||
Review via email: mp+5120@code.staging.launchpad.net |
To post a comment you must log in.
Unmerged revisions
- 306. By Marc Tardif
-
Fixed is_in method in references to support compound key references and added test when passed an empty list.
- 305. By Marc Tardif
-
Added is_in method to Reference class.
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])