Hi James,

On 8/7/07, James Tauber <[EMAIL PROTECTED]> wrote:
>
> Also posted to
>
> http://code.google.com/p/django-mailer/wiki/InitialDesignThoughts
> From the site:
> So after a first pass of the lowest layer (described above) is done, I plan
> to add this kind of bulk email support per the previous paragraph.

Just a question:
Why not add this bulk-email-support in the first place? E.g., the function would
take a list of contrib.auth.models.User objects and iterate over it. You could
check whether it's a QuerySet and cast it to list if needed.

I'm relatively new to both python and django so I'm probably missing
some important point here.

Kai

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to