File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -10,11 +10,14 @@ Changelog
1010 * Bugfix #21: IndexError when trying to authorize an application
1111 * Bugfix #9: Default_redirect_uri is mandatory when grant_type is implicit, authorization_code or all-in-one
1212 * Bugfix #22: Scopes need a verbose description
13+ * Bugfix #33: Add django-oauth-toolkit version on example main page
14+ * Bugfix #36: Add mandatory namespace to urls
15+ * Bugfix #31: Add docstring to OAuthToolkitError and FatalClientError
1316
1417**Backwards incompatible changes in 0.4.0 **
1518
1619 * `SCOPE ` attribute in settings is now a dictionary to store `{'scope_name': 'scope_description'} `
17- * Namespace 'oauth2_provider' is mandatory in urls. See issue #37
20+ * Namespace 'oauth2_provider' is mandatory in urls. See issue #36
1821
19220.3.2 [2013-07-10]
2023------------------
You can’t perform that action at this time.
0 commit comments