django-wiki / django-nyt

Notification system for Django with batteries included: Email digests, user settings, JSON API
Apache License 2.0
144 stars 47 forks source link

Allow Django 3.1 compatibility? #99

Closed benjaoming closed 3 years ago

benjaoming commented 3 years ago

It is indicated from https://github.com/django-wiki/django-wiki/issues/1081 that django-nyt might work with Django 3.1.

  1. [x] Add Django 3.1 to test matrix
  2. [x] Fix possible issues
  3. [x] Release update
benjaoming commented 3 years ago

1.1.6 is now released.

Django 2.1 support was removed in the test matrix, but nothing was changed in the code-base. This was a poor choice for a patch release, so I'll bump the current master to 1.2.dev so we don't get anything released in 1.1 breaking Django 2.1 support.