Status: New Owner: ---- Labels: Type-Defect Priority-Medium New issue 4 by pyDanny: When you delete a bookmark it does not also delete the related bookmark instance http://code.google.com/p/django-bookmarks/issues/detail?id=4
== Reproduce the problem == 1. create a bookmark 2. delete the bookmark 3. create a new bookmark. The new bookmark now points at the previous bookmark instance, which means it retains the same voting record as the deleted bookmark. == Fix == Correct the delete method inside the views.py file to work properly. -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue notification preferences at: http://code.google.com/hosting/settings --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "pinax-updates" 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/pinax-updates?hl=en -~----------~----~----~----~------~----~------~--~---
