Mike Robinson
Mike Robinson

Reputation: 8945

Dango: What is "the proper successor to" pinax.notifications?

pinax.notifications is a nice package but it uses the decorator @python_2_unicode_compatible and it apparently still tries to get it from django.utils.encoding rather than six.

This is after running pip3 install --upgrade pinax.notifications just now.

Is there a more up-to-date package that I should be using now?

Upvotes: 0

Views: 106

Answers (2)

Katherine Michel
Katherine Michel

Reputation: 31

Just an update. I've published a pinax-notifications release today that drops Python 2.7 support. https://pypi.org/project/pinax-notifications/

Upvotes: 0

Katherine Michel
Katherine Michel

Reputation: 31

Sorry to hear you are thinking about moving on. We have a PR in the works for pinax-notifications that will drop EoL Python/Django versions and add the versions that are officially supported. The PR hasn't passed all the tests yet, but hopefully will soon. https://github.com/pinax/pinax-notifications/pull/94

Upvotes: 1

Related Questions