Comment #3 on issue 35 by [email protected]: The recipient could be determined by other means http://code.google.com/p/django-messages/issues/detail?id=35
This isn't a good idea, because URL-Parameters can be changed by the user very easily. Just write your own Form-Class which has no recipients field but fills in the value itself and hook it into the system via your url-conf. This will solve your problem. Here is the documentation on customizing form classes in django-messages: http://files.arnebrodowski.de/software/django-messages/Documentation/customizing.html#modifying-form-classes -- 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 -~----------~----~----~----~------~----~------~--~---
