Re: Changeset 5933 is causing breakage

2007-08-18 Thread oggie rob
> Ramiro Morales reported a similar thing in #5204. My fault; I'll have a > look at it. It's my fault, too! I'll remember to look through comments next time I write the "too simple" patch. -rob --~--~-~--~~~---~--~~ You received this message because you are sub

Re: Changeset 5933 is causing breakage

2007-08-18 Thread Russell Keith-Magee
On 8/19/07, Malcolm Tredinnick <[EMAIL PROTECTED]> wrote: > > Should be fixed in [5934] (begging forgiveness from Russell for moving > in almost the opposite direction to where he wanted to go). As much as I'd like to maintain purity, I'm pragmatic enough to accept the reasoning you give. I won't

Re: Changeset 5933 is causing breakage

2007-08-18 Thread [EMAIL PROTECTED]
Thanks for the quick turnaround. -Chris --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, send email to django-developers@googlegroups.com To unsubscribe from this gr

Re: Changeset 5933 is causing breakage

2007-08-18 Thread Malcolm Tredinnick
On Sun, 2007-08-19 at 12:54 +1000, Malcolm Tredinnick wrote: > On Sun, 2007-08-19 at 01:36 +, [EMAIL PROTECTED] wrote: > > I noticed that Nesh's thumbnails started breaking after I updated to > > 5933. I'm not sure if this is a Django bug or if Nesh is doing > > something wrong. > > Ramiro M

Re: Changeset 5933 is causing breakage

2007-08-18 Thread Malcolm Tredinnick
On Sun, 2007-08-19 at 01:36 +, [EMAIL PROTECTED] wrote: > I noticed that Nesh's thumbnails started breaking after I updated to > 5933. I'm not sure if this is a Django bug or if Nesh is doing > something wrong. Ramiro Morales reported a similar thing in #5204. My fault; I'll have a look at i

Changeset 5933 is causing breakage

2007-08-18 Thread [EMAIL PROTECTED]
I noticed that Nesh's thumbnails started breaking after I updated to 5933. I'm not sure if this is a Django bug or if Nesh is doing something wrong. I put some debugging code in base.py: # First, try an UPDATE. If that doesn't update anything, do an INSERT. pk_val = self._get_pk_val()