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