Django Gets Intermediate Models
written by Michael Trier, on Jul 29, 2008 9:25:00 AM.
With Changeset 8136 Django gains the ability to specify intermediate models in a declarative way. This makes it possible to have extra attributes on your many-to-many join table. Check out the docs for more information.
I’ve been watching this one for almost a very long time and I’m glad to see it get in. Special thanks go to Eric Florenzano and Russell Keith-Magee
Categories: Python | Tagged as: django, ericflo, intermediate, models, russellm | 5 comments
Django ORM Caching Project
written by Michael Trier, on Jan 21, 2008 9:37:00 PM.
David Cramer just posted some interesting information on a caching layer for Django’s ORM that he has been developing. David is a lead developer for Curse, so he has some experience with scaling applications. It is early work, but looks very promising. The code is available for review on .
Categories: Python | Tagged as: cache, db, django, models, orm | 0 comments