Re: Should we have another 'post_save' signal?

2006-11-05 Thread Tom Insam
On Oct 31, 2006, at 23:13, medhat wrote: > > I was trying to create a thumbnail from an ImageField when the object > is saved. I tried different things but none of them worked the way I > wanted. Then I thought of using the post_save signal to do it only to > discover that this signal is sent af

Re: django-unicode conversion, first experiments, questions

2006-07-19 Thread Tom Insam
On Wed, 2006-07-19 at 00:30 +0200, gabor wrote: > questions: > 1. django publishes the whole environ dictionary as request.META. the > environ dictionary is a normal byte-string dictionary. so, should we > convert it to unicode so that the request.META dictionary only contains > unicode strings