On 10/24/06, doubtintom <[EMAIL PROTECTED]> wrote:
>
> Similarly for django.views.generic.create_update.update_object. They
> work fine on the cheetsheet model, but when a foreign key is added to
> the Theater model that I made up for testing, changes do not take,
> browser does not forward.
>
> It seemed confusing that foreign keys local to the project or app cause
> the problem, but not the foreign key to the admin User model. Not sure
> what that means, but it may be a clue.

Can't think of any reason why that would be the case. Not ruling it
out completely - just can't think of any reason it would be the cause
of the problem.

Ok; here's a few more debugging steps:

- Are you sure that the database has been synced to match the 'with
foreign key' version of the model? Drop the db and recreate to be
sure.

- What does the development server log show? Obviously the initial GET
request is suceeding; is the POST request completing? Is the server
throwing an exception or other error?

- What db backend and OS are you using? (This shoudn't matter, but just in case)

- Can you provide the urls.py and template you are using so that we
can try to replicate the problem.

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
-~----------~----~----~----~------~----~------~--~---

Reply via email to