- This reusable app now supports only actual Django (3.2 LTS, 4.0, 4.1) and Python (3.7+) versions.
1.8
- Droped Python 2 support.
1.7.9
- SameSite=Lax attribute for cookies set by the app (https://developer.mozilla.org/ru/docs/Web/HTTP/Headers/Set-Cookie/SameSite).
1.7.8
- Minor technical update due to pytz dependency update and new migration because of it.
1.7.7
- Added Django 3.0 support. - Dropped Django 2.1 support. - Tested in Python 3.8. - Added six as a dependency to support Django 1.11 on Python 2.7 and Django 3.0 simultaneously (https://docs.djangoproject.com/en/3.0/releases/3.0/#removed-private-python-2-compatibility-apis).
1.7.6
- Reassembled pypi package because of small but important change in pywebpush library it depends on (Google GCM endpoint, which will stop working on May 29th, replaced with FCM endpoint).