Re: Request data encoding

2007-08-11 Thread Daniel Brandt
My only problem with this is that I feel I'm writing framework-code in my view. I'm clearly breaking the separation between application and framework. Of course, no design will ever be perfect and you will always have corner cases like this. Instead of ditching the idea alltogether I think making

Re: Request data encoding

2007-08-03 Thread Daniel Brandt
OK.. I gave it a shot.. not really satisfied with the patch yet, but it's a start. Feel free to suggest improvements (or submit a better, or extended, patch) if need be. Here's the ticket http://code.djangoproject.com/ticket/5076 Hope everyone has a great friday! Regards, Daniel --~--~-

Re: Request data encoding

2007-08-02 Thread Daniel Brandt
On 8/2/07, Jacob Kaplan-Moss <[EMAIL PROTECTED]> wrote: > > On 8/2/07, Daniel Brandt <[EMAIL PROTECTED]> wrote: > > I am recieving POST-data that is submitted to my application not via a > > form or a browser, but from other web applications, according to a > &

Request data encoding

2007-08-02 Thread Daniel Brandt
I was cleaning up a django app to work with the unicode merge, when I noticed a problem that has taken me a good while to debug, and I still don't have the full picture. I am recieving POST-data that is submitted to my application not via a form or a browser, but from other web applications, acc

Re: The locmem patch and development progress

2007-04-18 Thread Daniel Brandt
On 4/18/07, Jacob Kaplan-Moss <[EMAIL PROTECTED]> wrote: > > On 4/18/07, Daniel Brandt <[EMAIL PROTECTED]> wrote: > > Something has been bugging me for a while.. > > This type of complaint seems to come up every few months. I'm always tempted > to

The locmem patch and development progress

2007-04-18 Thread Daniel Brandt
Something has been bugging me for a while.. Check out http://code.djangoproject.com/ticket/3012 for a pretty critical patch to the locmem cache backend. The patch is accepted and ready for checkin, and more than two weeks have passed since. The bug itself was filed in february. What am I missing

Re: Single-argument filters: really a benefit?

2007-04-10 Thread Daniel Brandt
On 4/11/07, Brian Beck <[EMAIL PROTECTED]> wrote: > > I consider this a wart and it's been bugging me for a while. So, > sparked by some discussion in #django, here goes... > > I'd like it if template filters supported multiple arguments for real. > Currently filters that need multiple arguments j