You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sorry, I missed the email.
Currently there is no nice solution to handle object deletes. _update is called on object update (notification), but can't be called on delete, because when you delete an object, you don't have it anymore to make a notification on it. I hope this makes sense :)
And lastly about the slug. Slug in your case is the object being updated (same one you called ping_notifier on). You can pass additional params to the serializer from _update, but not to the _update from normal view.
I have a view like the following
client.js:
What am I doing wrong? what does the delete_object_update view pass? how do I use the slug variable?
The text was updated successfully, but these errors were encountered: