Jaymon / prom

A PostgreSQL or SQLite orm for Python
MIT License
22 stars 4 forks source link

Add iterator_class to the model #13

Closed Jaymon closed 8 years ago

Jaymon commented 8 years ago

The query instance should then use the iterator class to create the instances, this will allow us to customize iterators for certain models and this is not a property of the query class so we don't have to create custom query classes in order to do a custom iterator