On Fri, Jan 16, 2009 at 9:15 AM, Alex Gaynor <alex.gay...@gmail.com> wrote:

> I'm seeing some failures exclusively under PgSQL:
> http://dpaste.com/109831/ .  I'm not sure what's causing them, but it's
> just the admin views tests, no other ones.
>

(PgSQL is PostgreSQL ... ?)

I see those too, on my PostgreSQL test machine.  But I saw them before the
test rollback changes as well.  When I looked into them I concluded they
were related to #9006/#9758.  They all involve attempts to update a page
with multiple inline-edited objects, and it seems the DB returns the objects
in a different order on the POST than it did when the form was originally
created on the GET, which results in the admin/form code failing to match up
the actual instances to the form data, resulting in redisplay of the form
with "Please correct the errors below" (and status code of 200) instead of
the expected redirect from a successful form post.

For me, these were not introduced by the test rollback changes, they were
pre-existing problems that I haven't had time to look into much more closely
than what I've written above and in one of those tickets.  Are you only
seeing these after r9756?

Karen

--~--~---------~--~----~------------~-------~--~----~
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 group, send email to 
django-developers+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to