ambitioninc / django-entity-emailer

:mailbox: Send email to Entities.
MIT License
8 stars 8 forks source link

Don't instantiate default datetime at model loading. #14

Closed swans-one closed 10 years ago

swans-one commented 10 years ago

The default value for Email.scheduled is now a function, to be called at instance saving time, rather than at model instantiation.