> Django ORM ... has numerous serious annoying bugs
Such as?
I've worked primarily with Django for years and I think if the ORM really had "numerous serious annoying bugs" I'd have a mental library of these things to watch out for. But I can't think of any ORM bugs off the top of my head, I don't really remember encountering any.
We all know SQL Alchemy is 'better' and there are things Django ORM can't do, but 99% of the time it's adequate.
Are you sure you didn't mean "features I wish it had"...?
1. Would be a new feature, not really a bug. There have been multiple attempts to resolve which have all failed. DEPs exist to address this shortcoming.
2. Yep. Still a crappy situation to be in, but one that's also tricky to solve due to not being able to control the joins across multi-valued relationships.
Such as?
I've worked primarily with Django for years and I think if the ORM really had "numerous serious annoying bugs" I'd have a mental library of these things to watch out for. But I can't think of any ORM bugs off the top of my head, I don't really remember encountering any.
We all know SQL Alchemy is 'better' and there are things Django ORM can't do, but 99% of the time it's adequate.
Are you sure you didn't mean "features I wish it had"...?