eyalgr

Results 2 issues of eyalgr

Pass the incoming value of the id field trough the field's to_internal_value method, instead of using the raw incoming value.

NodeSet.has can accept a NodeSet value and filter the relationship against it, like so: ``` python Person.nodes.has(pet=Pet.nodes.filter(name='kitty')) ``` NodeSet.has can accept a NodeSet that itself uses a NodeSet relationship filtering:...