On Oct 21, 4:31 am, David De La Harpe Golden <[email protected]> wrote: > > Hmm. Appears to work okay for me (only tested Django-1.1.2), at least > for instance.delete(). Perhaps you could try the operation directly at > ./manage.py shell to see if there's anything odd going on: >
Found the problem - I had overridden the delete() method on the class, and had an error in my custom method. Glad I found this - sure it was leading to all kinds of related strange behavior. Thanks David. -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected]. 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.

