django-sms

A Django app for sending SMS with interchangeable backends.

BSD-3-CLAUSE License

Stars
52
Committers
3

Bot releases are hidden (Show)

django-sms - 0.7.0 (2023-12-31) Latest Release

Published by roaldnefs 10 months ago

Changed

  • Add support for Django 4.2 and 5.0.
  • Add support for Python 3.12.

Deprecated

  • Drop support for Django 2.2, 3.1 and 4.0.
  • Drop support for Python 3.6 and 3.7.
django-sms - 0.6.0 (2022-12-15)

Published by roaldnefs almost 2 years ago

Changed

  • Add support for Django 3.2, 4.0 and 4.1.
  • Add support for Python 3.11.

Deprecated

  • Drop support for Django 3.0.
django-sms - 0.5.0 (2021-02-19)

Published by roaldnefs over 3 years ago

Added

  • The sms.backends.twilio.SmsBackend to send text messages using Twilio (#7).
django-sms - 0.4.0 (2021-02-14)

Published by roaldnefs over 3 years ago

Added

  • The sms.backends.messagebird.SmsBackend to send text messages using MessageBird (#6).

Changed

  • Simplified the attributes of the sms.signals.post_send signal to include the instance of the originating Message instead of all attributes (#11).
django-sms - 0.3.0 (2021-01-30)

Published by roaldnefs over 3 years ago

Added

  • The sms.signals.post_send signal to let user code get notified by Django itself after send() is called on a Message instance.
django-sms - 0.2.0 (2021-01-21)

Published by roaldnefs over 3 years ago

Added

  • The file backend that writes text messages to a file (#1).
django-sms - 0.1.0 (2021-01-15)

Published by roaldnefs almost 4 years ago

Added

  • The CHANGELOG.md file to be able to list all notable changes for each version of django-sms.