Posts for February 2010

Feb 22

Django patterns, part 4: forwards generic relations

Simulating select_related() on a GenericForeignKey

Feb 15

Django patterns part 3: efficient generic relations

Extending the dictionary technique to cover generic lookups

Feb 01

Middleware post-processing in Django: a gotcha

Just because it's a class, it doesn't mean you should store state in it