shotgunsoftware / python-api

A Python-based library for accessing Flow Production Tracking API.
https://developer.shotgridsoftware.com/python-api
Other
306 stars 198 forks source link

Added mockgun support for "not_in" operator when using text fields #193

Closed hasielhassan closed 5 years ago

hasielhassan commented 5 years ago

This is to match the filters with the regular api version, for cases like this: sg.find_one('Version', [ ['code', 'not_in', ['Hello Mockgun World !'] ]], ['description'])

victoriagrey commented 5 years ago

Thanks Hasiel for the PR. I'll check the tests this afternoon and get back to you on this.

hasielhassan commented 5 years ago

Sure :)

victoriagrey commented 5 years ago

The CI errors are unrelated to the change. Merging.