Entries published on August 18, 2006
2 entries published on this date. See also: all entries published in August 2006, latest entries.
I’m going to predict this now
Assuming they’re both still on TV in 2008, Jon Stewart and Stephen Colbert will both run for President. In different parties.
Read full entry and comments
Django tips: using properties on models and managers
While working on a little side project this week, I ran into a couple of very common use cases that often result in a lot of extra typing:
-
Defining a
BooleanField, or an IntegerField or CharField with choices which will, logically, break up instances of the model into certain groups which need to be accessed often.
-
Repeatedly wanting to calculate a value based on the values of several fields of a model.
Let’s look at how to handle these common cases, while reducing the extra typing and making them ...
Read full entry and comments
← Entries published on August 15, 2006
Entries published on August 19, 2006 →
Copyright © 2006-2010 James Bennett. Learn more about the author or about this site. Subscribe to feeds to get updates.
