The Django ORM Problem
Posted 2007-08-26T00:00:00Z - 13 comments
tagged with
Working with SQLAlchemy made the defeciencies of Django's ORM much clearer to me; here they are.
A SQLAlchemy Trick
Posted 2007-07-24T00:00:02Z - One comment
tagged with
I describe what I later learned can also be done via the "twophase" option in SA 0.4.
SQLAlchemy with Django
Posted 2007-07-09T00:00:00Z - Two comments
tagged with
In lieu of Django-SQLAlchemy, I describe how I've used Django with SQLAlchemy, at the expense of the admin interface.