Django ORM Critique
Discussions center on the strengths, weaknesses, and limitations of Django's ORM, including data modeling, relationships, migrations, and comparisons to alternatives like SQLAlchemy.
Activity Over Time
Top Contributors
Keywords
Sample Comments
Not sure what you mean by this. You have full control over your table schemas and relationships with the Django ORM.
Django is just plain bad at data modeling there I said it
Well, Django has an ORM that makes this kind of feature necessary in the first place? ORM's are trying to hide the relational nature of your db, don't they?
Can you provide a more detailed critique of Django’s “Fat Models” recommendation? How would you prefer to manage this logic?
Don't the Django ORM and Django Admin do the same thing?
Have they added support for Django models as well?
Aren't Django models close enough to types?
That's interesting how they made it jive with Django's ORM.
Why Django model is not an ORM?
This is not a Python problem, it's a design decision of Django's ORM specifically.