|
|
|
|
|
by realusername
1645 days ago
|
|
Better ORM and better migration? That has to be a joke, that's the weak point of the framework... Yeah there's less magic I give you that, but also because it does much less. Also for me the Python packages are a minus, they are usually not tested very well and it's very easy to burn yourself when migrating (good luck finding some equivalent of rspec) |
|
That was probably only true 6–10 years ago. Migrations are a solved problem in Django and I can only think of one very obscure query that I couldn't get done in the ORM and had to drop into raw SQL. Aggregations, annotations and other query expressions in general have lifted the ORM to a truly strong position