Skip to content

Commit

Permalink
Mark backwards-incompatible migration in 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wli authored May 8, 2018
1 parent 83ec4ac commit e3b603c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@

### 1.1.0 [2018-04-13]

* **Backwards-incompatible**: All existing RefreshTokens will be invalidated when you run the `0006_auto_20171214_2232` migration. To correct this, run `RefreshToken.objects.update(revoked=None)`. ([#586](https://github.com/jazzband/django-oauth-toolkit/issues/589))
* **Notice**: The Django OAuth Toolkit project is now hosted by JazzBand.
* **Compatibility**: Django 1.11 is the new minimum required version. Django 1.10 is no longer supported.
* **Compatibility**: This will be the last release to support Django 1.11 and Python 2.7.
Expand Down

0 comments on commit e3b603c

Please sign in to comment.