django-oauth-toolkit v0.12.0 Release Notes

Release Date: 2017-02-24 // about 7 years ago
    • ๐Ÿ†• New feature: Class-based scopes backends. Listing scopes, available scopes and default scopes is now done through the class that the SCOPES_BACKEND_CLASS setting points to. By default, this is set to oauth2_provider.scopes.SettingsScopes which implements the legacy settings-based scope behaviour. No changes are necessary.
    • โฌ‡๏ธ Dropped support for Python 3.2 and Python 3.3, added support for Python 3.6
    • ๐Ÿ‘Œ Support for the scopes query parameter, deprecated in 0.6.1, has been dropped
    • ๐Ÿ‘ #448: Added support for customizing applications' allowed grant types
    • #141: The is_usable(request) method on the Application model can be overridden to dynamically enable or disable applications.
    • #434: Relax URL patterns to allow for UUID primary keys