Doesn't matter when devs just slop out 400 lines of SQL and bypass the ORM.
Frameworks and structure will save you from neither stupidity nor ignorance.
That has always been the case, why would it be different now? Easy to flag and spot in code review.
I mean, I've seen enough "django specialists" to end up with queries doing a dozen of join bombs and producing 10 million rows from dataset of maybe 1000 items. So pretty safe to add "ORM" to your last statement.
If have a different opinion on this, as I think it's 100x better to learn sql and just write it directly instead of using the dozens of leaky abstraction of some framework.