|
|
|
|
|
by jsmeaton
3611 days ago
|
|
> The way the ORM would give up is drop all filters. So you write your 3-line filter, and the ORM does nothing. It doesn't blow up, it just does a straight SELECT call on the table without filtering. A nightmare. Is this really true? Can you point me at any tickets or examples? Everything else you've said is bang on though. |
|
I did report a related bug[0] where the ORM gets confused by complex queries, but it didn't just drop the filter. It blew up, which is better but still a bit concerning.
[0]: https://code.djangoproject.com/ticket/24386