6 ms·
It is always possible. Name one case where it isn't, and I'll tell you how it's possible :) Web frameworks should handle input (routing, request fields, url qu
by mantrax3 12y ago
It is always possible. Name one case where it isn't, and I'll tell you how it's possible :)
Web frameworks should handle input (routing, request fields, url query) and output (templates). That's it.
- collyw 12y agoOK, Django ORM, conditional aggregates - these were not possible last time I checked. You can do it at the application level, but say you want to keep the performance up, you need to drop into SQL.