v1k45 / django-notify-x

Notification system for Django
MIT License
187 stars 40 forks source link

Refactored for Django 2.0 #44

Closed OndraRehounek closed 6 years ago

OndraRehounek commented 6 years ago

Test are all passing (I changed full URL to absolute path in few of them), however I have not tested in use because my app depends on more Django 2.0 incompatibile apps so I postponed upgrade of Django.

v1k45 commented 6 years ago

Hey @OndraRehounek Your code had breaking changes, It broke the package for previous versions of django.

I've merged #45 , This project now supports django 2.0

OndraRehounek commented 6 years ago

I am sorry, I totally forgot to mention that the changes are incompatible with Django < 2.0. Thanks for the fix and merge