> 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
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
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
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
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
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()