Hacker News new | ask | show | jobs
by megaman821 5949 days ago
"I agree that it's very possible for many to feel limited by the ORM and standard templating system."

For me Django 1.2 is smoothing both of those over. The raw_sql method lets you construct your own select statements and turns the results into python objects. Also the if tag is much better. If template tag creation got cleaned up, I would have almost no problems at all with the template system.