Status: New Owner: ---- Labels: Type-Defect Priority-Medium New issue 20 by carl.j.meyer: feature request: ObservedModel http://code.google.com/p/django-notification/issues/detail?id=20
The included ObservedItem class and associated helper methods are excellent for letting users subscribe to notifications of changes to a single object. I also have a need to allow users to turn on/off "observation" of an entire model class, so they will be notified anytime a new object of that type is created. This could be handled with a separate ObservedModel or ObservedType class, or it could be handled by allowing null values for the object_id field in ObservedItem, and handling that as a special case (this seems a bit ugly, as it breaks the GFK). I think I prefer the former, and since I need it now, I'll implement it outside of django-notification and post a patch here for possible inclusion. -- 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 -~----------~----~----~----~------~----~------~--~---
