Skip to content

Releases: caravancoop/rest-framework-auth-toolkit

Upgrade notes for v0.11

13 Jan 17:04
7acd5c3
Compare
Choose a tag to compare

BaseUserEmail.natural_key now returns a 1-element tuple with the email field value.

Use Python 3.8 or 3.9 and Django 2.2 (LTS release) or 3.1.

Upgrade notes for v0.10

02 Mar 03:37
4aed44a
Compare
Choose a tag to compare

Python 3 is required!

If you were using str(apitoken) or equivalents to get the auth token
in headers, you have to use apitoken.key now.

Upgrade notes for v0.9

02 Mar 03:38
4c13c8b
Compare
Choose a tag to compare

The facepy dependency is now optional. Depend on rest-framework-auth-toolkit[facebook] to have it automatically installed.