pinax / pinax-notifications

user notification management for the Django web framework
MIT License
752 stars 211 forks source link

Python 3.2 not supported #41

Closed MickaelBergem closed 7 years ago

MickaelBergem commented 9 years ago

Hello,

I noticed (in production, too bad ^^) that django-notification was not compatible with Python 3 before Python3.3, because get_ident from the threading module is new in Python3.3 (https://docs.python.org/3/library/threading.html#threading.get_ident).

I don't know where to put this kind of requirements in the documentation / README, where should we put it ?

grahamu commented 7 years ago

Django/Python requirements are addressed in the recent update supporting Django 2.0