Hi!
I was introduced to ORMs through Django and writing web apps -- Django seems very natural to me. That said, I'm now moving into desktop software written in C++ and I'd really like to use QDjango as my ORM because it's intuitive and resembles what I'm used to. The apparent lack of relationships beyond foreign keys is really limiting, and driving me towards QxORM, despite its added complexity and dependence on boost.
Is there any support for one-to-many and many-to-many relationships in QDjango? If not, are you planning on adding support for these? That alone would make it a much more appealing and useful library for me.
Thanks!