Skip to content

Entries published on November 3, 2007

1 entry published on this date. See also: all entries published in November 2007, full archive.

Working with models, part 1

In order to do all the things it does, Django has to contain quite a bit of generic code that’s capable of working with pretty much any model or combination of models you want to throw at it, and has to be able to introspect those models to get information about their fields, their relationships and other useful tidbits. There are also plenty of real-world use cases where your code needs to be able to do the same sorts of things, and so knowing how Django does it — and how you can take advantage of the machinery it already …

Entry published November 3, 2007. Read full entry.