ChristopherRabotin / bungiesearch

UNMAINTAINED CODE -- Elasticsearch-dsl-py django wrapper with mapping generator
BSD 3-Clause "New" or "Revised" License
68 stars 20 forks source link

Add set to tuple of model items iterables #106

Closed afrancis13 closed 9 years ago

afrancis13 commented 9 years ago

Make set an acceptable container for model_items, especially in light of the fact that primary keys are unique.

...I guess I couldn't stay away :)

ChristopherRabotin commented 9 years ago

All we need is something that is iterable, would it not be easier if the check is has_attr iter?

ChristopherRabotin commented 9 years ago

Version 1.2.1 now supports any kind of iterable thanks to your proposal. ;)