Adam wrote: > I wrote a ticket about this (http://code.djangoproject.com/ticket/662). > I think I found where and why this occurs, but I don't have a patch for > it, because I suspect there are more things going on than I know about, > and I don't want to do just a quick fix for my particular issue.
Interesting. I started looking through the code to figure this out, but then ran up against some other stuff and didn't get back to it. Anyway, I tried providing kwargs as you suggested in the ticket, and that seems to be a good work-around. Thanks for the pointer. =] Pete