Open kaleb opened 6 years ago
It looks like travis passed 11 out of 12 of the tests. Failed on the python3.5 with DJANGO=1.9.12 build when trying to pip install requests.
Hello @kaleb! What problems do this PR resolves? Why do you need it?
I have some custom signals that I would like to use.
On Wed, Sep 5, 2018, 3:44 AM Vadim Laletin notifications@github.com wrote:
Hello @kaleb https://github.com/kaleb! What problems do this PR resolves? Why do you need it?
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/LPgenerator/django-db-mailer/pull/102#issuecomment-418632185, or mute the thread https://github.com/notifications/unsubscribe-auth/AAekZJwp0h3U0msTs4NZXgry8skGIIkqks5uX4DTgaJpZM4RhWvr .
This adds a DB_MAILER_SIGNAL_CHOICES setting. It also changes signal values from expecting to be a name for a member in the module
django.db.models.signals
and now expects a full path to a signal. This allows user to specify other signals that they may choose to define. The migrations will rename all records in the database that uses the previous naming convention.Before to submit your pull-request: