> Please take a look at my reply in that post. I think both topics are awefully similar, should we simply "close" my post and discuss in here instead?
Hi Roberto, I'm not sure the goals you are asking for are the same. What I mentioned applied to the model only, not to the admin interface. You should not need to compromise your model for a simpler interface - Django is flexible enough for you to get by without having to do that. However, using manipulators is not terribly easy. You might want to try using some functions that extend object_detail or use multiple manipulators in the change_stage method (which is what I did). -rob

