Re: Try out new inline features [GSoC admin-ui]

2009-07-08 Thread Margie
Hey Zain, Just tried out your new stuff. Very cool! A couple comments: ## I agree that a checkbox as a drag handle is confusing - I kept trying to "check" it and didn't even realize it was a drag handle till later ## I find the numbering that shows up on the comments in your sandbox site to b

post_delete signal is sent when no objects are deleted

2009-07-08 Thread Andy McCurdy
If two different threads have a reference to a single model instance, both can call the instance's delete() method. Only one of the threads will perform the actual deletion from the database, but both will send a post_delete signal. This can cause a number of race conditions with signal handlers