[Python-modules-commits] [django-oauth-toolkit] branch upstream updated (1f492d0 -> acc128f)

Michael Fladischer fladi at moszumanska.debian.org
Wed Dec 7 19:43:49 UTC 2016


This is an automated email from the git hooks/post-receive script.

fladi pushed a change to branch upstream
in repository django-oauth-toolkit.

      from  1f492d0   Import django-oauth-toolkit_0.10.0.orig.tar.gz
       new  acc128f   Import django-oauth-toolkit_0.11.0.orig.tar.gz

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .travis.yml                                        |  42 +++---
 AUTHORS                                            |   7 +
 CONTRIBUTING.rst                                   |   2 +-
 README.rst                                         |  29 +++-
 docs/advanced_topics.rst                           |  10 +-
 docs/changelog.rst                                 |  11 ++
 docs/conf.py                                       |   5 +-
 docs/contributing.rst                              |   4 +-
 docs/install.rst                                   |   4 +-
 docs/rest-framework/getting_started.rst            |   6 +-
 docs/rest-framework/permissions.rst                |  18 +++
 docs/settings.rst                                  |   6 +-
 docs/tutorial/tutorial_01.rst                      |  29 ++--
 docs/tutorial/tutorial_02.rst                      |  42 +++++-
 docs/tutorial/tutorial_03.rst                      |   5 +-
 oauth2_provider/__init__.py                        |   2 +-
 oauth2_provider/admin.py                           |   1 +
 oauth2_provider/backends.py                        |  10 +-
 oauth2_provider/compat.py                          |  32 +----
 oauth2_provider/compat_handlers.py                 |   1 +
 oauth2_provider/ext/rest_framework/__init__.py     |   2 +
 oauth2_provider/ext/rest_framework/permissions.py  |  25 +++-
 oauth2_provider/management/commands/cleartokens.py |   2 +-
 oauth2_provider/middleware.py                      |  12 +-
 .../migrations/0003_auto_20160316_1503.py          |  20 +++
 .../migrations/0004_auto_20160525_1623.py          |  29 ++++
 oauth2_provider/models.py                          |  28 ++--
 oauth2_provider/oauth2_validators.py               | 103 ++++++++++---
 oauth2_provider/settings.py                        |   1 +
 oauth2_provider/south_migrations/0001_initial.py   | 159 ---------------------
 .../south_migrations/0002_adding_indexes.py        | 119 ---------------
 ...n_skip_authorization__chg_field_accesstoken_.py | 121 ----------------
 oauth2_provider/south_migrations/__init__.py       |   0
 oauth2_provider/templates/404.html                 |   6 -
 .../application_confirm_delete.html                |   3 +-
 .../oauth2_provider/application_detail.html        |   3 +-
 .../oauth2_provider/application_form.html          |   3 +-
 .../oauth2_provider/application_list.html          |   3 +-
 .../application_registration_form.html             |   3 +-
 .../oauth2_provider/authorized-tokens.html         |   1 -
 oauth2_provider/templatetags/__init__.py           |   0
 oauth2_provider/templatetags/compat.py             |  10 --
 oauth2_provider/tests/settings.py                  |  38 ++---
 oauth2_provider/tests/test_application_views.py    |   5 +-
 oauth2_provider/tests/test_auth_backends.py        |   6 +-
 oauth2_provider/tests/test_authorization_code.py   |  42 ++++--
 oauth2_provider/tests/test_client_credential.py    |   2 +-
 oauth2_provider/tests/test_decorators.py           |   3 +-
 oauth2_provider/tests/test_implicit.py             |   9 +-
 oauth2_provider/tests/test_mixins.py               |   5 -
 oauth2_provider/tests/test_models.py               |  19 +--
 oauth2_provider/tests/test_oauth2_backends.py      |   1 -
 oauth2_provider/tests/test_oauth2_validators.py    | 148 ++++++++++++++++++-
 oauth2_provider/tests/test_password.py             |   4 +-
 oauth2_provider/tests/test_rest_framework.py       |  71 +++++++--
 oauth2_provider/tests/test_scopes.py               |   6 +-
 oauth2_provider/tests/test_token_revocation.py     |   5 +-
 oauth2_provider/tests/test_token_view.py           |   3 +-
 oauth2_provider/tests/urls.py                      |   4 +-
 oauth2_provider/urls.py                            |  12 +-
 oauth2_provider/views/__init__.py                  |   1 +
 oauth2_provider/views/base.py                      |   6 +-
 requirements/base.txt                              |   2 +-
 requirements/testing.txt                           |   1 -
 runtests.py                                        |   6 +-
 setup.cfg                                          |   2 +
 setup.py                                           |   2 +-
 tox.ini                                            |  31 ++--
 68 files changed, 683 insertions(+), 670 deletions(-)
 create mode 100644 oauth2_provider/migrations/0003_auto_20160316_1503.py
 create mode 100644 oauth2_provider/migrations/0004_auto_20160525_1623.py
 delete mode 100644 oauth2_provider/south_migrations/0001_initial.py
 delete mode 100644 oauth2_provider/south_migrations/0002_adding_indexes.py
 delete mode 100644 oauth2_provider/south_migrations/0003_auto__add_field_application_skip_authorization__chg_field_accesstoken_.py
 delete mode 100644 oauth2_provider/south_migrations/__init__.py
 delete mode 100644 oauth2_provider/templates/404.html
 delete mode 100644 oauth2_provider/templatetags/__init__.py
 delete mode 100644 oauth2_provider/templatetags/compat.py
 create mode 100644 setup.cfg

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/django-oauth-toolkit.git



More information about the Python-modules-commits mailing list