On Mon, Dec 1, 2008 at 2:04 AM, Ariel Mauricio Nunez Gomez
<[EMAIL PROTECTED]> wrote:
> Does anybody know which revision of django works with the latest patch in
> the ticket #3566
> http://code.djangoproject.com/ticket/3566

The patch on the ticket was constructed against a trunk revision just
prior to 1.0 release. Since then, I have been working on this ticket
in my local git repository. While there are some minor variations
between the published patch and my current working version, the
changes I have made aren't particular significant, so I'm not aware of
any merge problems that you should be having.

I should be in a position to publish a git repository with my work in
progress in the next day or so, which will remove the need for anyone
to apply the patch manually. When I push the repository, I'll announce
on the ticket and on django-developers. Watch this space.

> I tried unsuccesfully with django 1.0rc, 1.0 and 1.0.2, everytime different
> rejections, and when I try to fix them by hand I always get a 'SELECT FROM
> ...' invalid clause error.

This error isn't one I can recall seeing during my work, so I'd need
to see more detail to help out here. The only error I am aware of with
the patch as published is that one of the test cases causes problems
with MySQL due to a quoting problem with a column name with a space in
it. This arises as a ProgrammingError during the test suite, not an
invalid clause error.

Yours,
Russ Magee %-)

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to