Jacob Kaplan-Moss

Activity tagged “models”

Bookmarks

DynamicModels - Django Code - Trac

Fantastic information about creating Django models at run-time. I didn't even know this was possible!

(db, django, models, programming)

Entries

Django gotcha: concrete inheritance

Since 1.0, Django’s supported model inheritance. It’s a neat feature, and can go a long way towards increasing flexibility in your modeling options. However, model inheritance also offers a really excellent opportunity to shoot yourself in the foot: concrete (multi-table) inheritance.

(django, gotchas, inheritance, models)