[Python-modules-commits] [djangorestframework] branch upstream updated (a69c17d -> 5917d59)

Pierre-Elliott Bécue peb-guest at moszumanska.debian.org
Sun Feb 4 16:03:47 UTC 2018


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

peb-guest pushed a change to branch upstream
in repository djangorestframework.

      from  a69c17d   New upstream version 3.6.3
      adds  5917d59   New upstream version 3.7.7

No new revisions were added by this update.

Summary of changes:
 .editorconfig                                      |   7 +
 .gitignore                                         |   1 +
 .isort.cfg                                         |   2 +-
 .travis.yml                                        |  35 +-
 .tx/config                                         |   1 -
 MANIFEST.in                                        |   9 +-
 README.md                                          |  35 +-
 docs/api-guide/authentication.md                   |  48 +-
 docs/api-guide/caching.md                          |  54 ++
 docs/api-guide/exceptions.md                       |   2 +-
 docs/api-guide/fields.md                           | 151 +++-
 docs/api-guide/filtering.md                        |   4 +-
 docs/api-guide/generic-views.md                    |  12 +-
 docs/api-guide/pagination.md                       |  43 +-
 docs/api-guide/parsers.md                          |   1 +
 docs/api-guide/permissions.md                      |  10 +-
 docs/api-guide/requests.md                         |   4 +
 docs/api-guide/responses.md                        |   2 +-
 docs/api-guide/routers.md                          |  14 +-
 docs/api-guide/schemas.md                          | 340 +++++++--
 docs/api-guide/serializers.md                      |  24 +-
 docs/api-guide/settings.md                         |  16 +
 docs/api-guide/status-codes.md                     |   2 +-
 docs/api-guide/testing.md                          |   7 +-
 docs/api-guide/throttling.md                       |   4 +-
 docs/api-guide/validators.md                       |   2 +-
 docs/api-guide/views.md                            |  47 +-
 docs/api-guide/viewsets.md                         |  39 +-
 docs/img/bayer.png                                 | Bin 0 -> 42939 bytes
 docs/img/drf-openapi.png                           | Bin 0 -> 75416 bytes
 docs/img/premium/rollbar-readme.png                | Bin 12367 -> 17389 bytes
 docs/index.md                                      |  13 +-
 docs/topics/3.7-announcement.md                    | 130 ++++
 docs/topics/api-clients.md                         |  20 +-
 docs/topics/browser-enhancements.md                |   2 +-
 docs/topics/documenting-your-api.md                |  94 ++-
 docs/topics/funding.md                             | 756 +++++++++++----------
 docs/topics/html-and-forms.md                      |   4 +-
 docs/topics/jobs.md                                |   2 +-
 docs/topics/release-notes.md                       | 453 ++++++++++--
 docs/topics/third-party-packages.md                |   6 +-
 docs/topics/tutorials-and-resources.md             |   2 +
 docs/tutorial/1-serialization.md                   |   2 -
 docs/tutorial/2-requests-and-responses.md          |   8 +-
 docs/tutorial/3-class-based-views.md               |   2 +-
 docs/tutorial/4-authentication-and-permissions.md  |  11 +-
 .../5-relationships-and-hyperlinked-apis.md        |  11 +-
 docs/tutorial/6-viewsets-and-routers.md            |  11 +-
 docs/tutorial/7-schemas-and-client-libraries.md    |  14 +-
 docs/tutorial/quickstart.md                        |  35 +-
 mkdocs.yml                                         |   1 +
 requirements/requirements-codestyle.txt            |   7 +-
 requirements/requirements-documentation.txt        |   2 +-
 requirements/requirements-optionals.txt            |   7 +-
 requirements/requirements-packaging.txt            |   7 +-
 requirements/requirements-testing.txt              |   4 +-
 rest_framework/__init__.py                         |   4 +-
 rest_framework/apps.py                             |  10 +
 rest_framework/authentication.py                   |  33 +-
 .../{migrations => management}/__init__.py         |   0
 .../commands}/__init__.py                          |   0
 .../management/commands/drf_create_token.py        |  45 ++
 rest_framework/authtoken/serializers.py            |  23 +-
 rest_framework/authtoken/views.py                  |   3 +-
 rest_framework/checks.py                           |  21 +
 rest_framework/compat.py                           | 273 ++++----
 rest_framework/decorators.py                       |  22 +-
 rest_framework/documentation.py                    |  23 +-
 rest_framework/exceptions.py                       |  13 +-
 rest_framework/fields.py                           | 199 ++++--
 rest_framework/filters.py                          |  56 +-
 rest_framework/locale/ar/LC_MESSAGES/django.mo     | Bin 5476 -> 6566 bytes
 rest_framework/locale/ar/LC_MESSAGES/django.po     |  40 +-
 rest_framework/locale/ca/LC_MESSAGES/django.mo     | Bin 9646 -> 9646 bytes
 rest_framework/locale/ca/LC_MESSAGES/django.po     |   2 +-
 rest_framework/locale/cs/LC_MESSAGES/django.mo     | Bin 9031 -> 9031 bytes
 rest_framework/locale/cs/LC_MESSAGES/django.po     |   2 +-
 rest_framework/locale/da/LC_MESSAGES/django.mo     | Bin 9881 -> 10401 bytes
 rest_framework/locale/da/LC_MESSAGES/django.po     |  28 +-
 rest_framework/locale/de/LC_MESSAGES/django.mo     | Bin 10609 -> 10926 bytes
 rest_framework/locale/de/LC_MESSAGES/django.po     |  28 +-
 rest_framework/locale/el/LC_MESSAGES/django.mo     | Bin 13507 -> 13507 bytes
 rest_framework/locale/el/LC_MESSAGES/django.po     |   2 +-
 rest_framework/locale/en/LC_MESSAGES/django.mo     | Bin 10226 -> 10226 bytes
 rest_framework/locale/en/LC_MESSAGES/django.po     |   2 +-
 rest_framework/locale/es/LC_MESSAGES/django.mo     | Bin 10779 -> 11064 bytes
 rest_framework/locale/es/LC_MESSAGES/django.po     |  11 +-
 rest_framework/locale/et/LC_MESSAGES/django.mo     | Bin 8732 -> 8732 bytes
 rest_framework/locale/et/LC_MESSAGES/django.po     |   2 +-
 rest_framework/locale/fi/LC_MESSAGES/django.mo     | Bin 9993 -> 10549 bytes
 rest_framework/locale/fi/LC_MESSAGES/django.po     |  30 +-
 rest_framework/locale/fr/LC_MESSAGES/django.mo     | Bin 10770 -> 11014 bytes
 rest_framework/locale/fr/LC_MESSAGES/django.po     |  10 +-
 rest_framework/locale/hu/LC_MESSAGES/django.mo     | Bin 9123 -> 9123 bytes
 rest_framework/locale/hu/LC_MESSAGES/django.po     |   2 +-
 rest_framework/locale/it/LC_MESSAGES/django.mo     | Bin 10359 -> 10359 bytes
 rest_framework/locale/it/LC_MESSAGES/django.po     |   2 +-
 rest_framework/locale/ja/LC_MESSAGES/django.mo     | Bin 11941 -> 12295 bytes
 rest_framework/locale/ja/LC_MESSAGES/django.po     |  13 +-
 rest_framework/locale/ko_KR/LC_MESSAGES/django.mo  | Bin 10022 -> 11815 bytes
 rest_framework/locale/ko_KR/LC_MESSAGES/django.po  |  58 +-
 rest_framework/locale/lv/LC_MESSAGES/django.mo     | Bin 0 -> 10841 bytes
 .../locale/{et => lv}/LC_MESSAGES/django.po        | 214 +++---
 rest_framework/locale/mk/LC_MESSAGES/django.mo     | Bin 10623 -> 12660 bytes
 rest_framework/locale/mk/LC_MESSAGES/django.po     |  58 +-
 rest_framework/locale/nb/LC_MESSAGES/django.mo     | Bin 9803 -> 10358 bytes
 rest_framework/locale/nb/LC_MESSAGES/django.po     |  36 +-
 rest_framework/locale/nl/LC_MESSAGES/django.mo     | Bin 10373 -> 10608 bytes
 rest_framework/locale/nl/LC_MESSAGES/django.po     |  15 +-
 rest_framework/locale/pl/LC_MESSAGES/django.mo     | Bin 10801 -> 11121 bytes
 rest_framework/locale/pl/LC_MESSAGES/django.po     |  13 +-
 rest_framework/locale/pt_BR/LC_MESSAGES/django.mo  | Bin 10238 -> 10845 bytes
 rest_framework/locale/pt_BR/LC_MESSAGES/django.po  |  29 +-
 rest_framework/locale/ro/LC_MESSAGES/django.mo     | Bin 10895 -> 10895 bytes
 rest_framework/locale/ro/LC_MESSAGES/django.po     |   2 +-
 rest_framework/locale/ru/LC_MESSAGES/django.mo     | Bin 13430 -> 13441 bytes
 rest_framework/locale/ru/LC_MESSAGES/django.po     |  25 +-
 rest_framework/locale/sk/LC_MESSAGES/django.mo     | Bin 9411 -> 9411 bytes
 rest_framework/locale/sk/LC_MESSAGES/django.po     |   2 +-
 .../locale/{en => sl}/LC_MESSAGES/django.mo        | Bin 10226 -> 10390 bytes
 .../locale/{fi => sl}/LC_MESSAGES/django.po        | 215 +++---
 rest_framework/locale/sv/LC_MESSAGES/django.mo     | Bin 10426 -> 10625 bytes
 rest_framework/locale/sv/LC_MESSAGES/django.po     |  10 +-
 rest_framework/locale/tr/LC_MESSAGES/django.mo     | Bin 10550 -> 10550 bytes
 rest_framework/locale/tr/LC_MESSAGES/django.po     |   4 +-
 rest_framework/locale/tr_TR/LC_MESSAGES/django.mo  | Bin 10522 -> 10522 bytes
 rest_framework/locale/tr_TR/LC_MESSAGES/django.po  |   4 +-
 rest_framework/locale/uk/LC_MESSAGES/django.mo     | Bin 13352 -> 13478 bytes
 rest_framework/locale/uk/LC_MESSAGES/django.po     |  11 +-
 rest_framework/locale/zh_CN/LC_MESSAGES/django.mo  | Bin 10007 -> 10342 bytes
 rest_framework/locale/zh_CN/LC_MESSAGES/django.po  |  18 +-
 .../locale/zh_Hans/LC_MESSAGES/django.mo           | Bin 9796 -> 10362 bytes
 .../locale/zh_Hans/LC_MESSAGES/django.po           |  29 +-
 rest_framework/mixins.py                           |   2 +-
 rest_framework/pagination.py                       |  48 +-
 rest_framework/parsers.py                          |  10 +-
 rest_framework/permissions.py                      |  51 +-
 rest_framework/relations.py                        |  27 +-
 rest_framework/renderers.py                        |  70 +-
 rest_framework/request.py                          |  56 +-
 rest_framework/response.py                         |   2 -
 rest_framework/reverse.py                          |   4 +-
 rest_framework/routers.py                          |  59 +-
 rest_framework/schemas.py                          | 713 -------------------
 rest_framework/schemas/__init__.py                 |  49 ++
 rest_framework/schemas/generators.py               | 461 +++++++++++++
 rest_framework/schemas/inspectors.py               | 469 +++++++++++++
 rest_framework/schemas/utils.py                    |  24 +
 rest_framework/schemas/views.py                    |  34 +
 rest_framework/serializers.py                      |  42 +-
 rest_framework/settings.py                         |  22 +-
 .../static/rest_framework/css/default.css          |   1 -
 .../static/rest_framework/docs/css/base.css        |   7 +-
 .../docs/fonts/fontawesome-webfont.svg             |   2 +-
 .../docs/fonts/glyphicons-halflings-regular.svg    |   2 +-
 .../static/rest_framework/docs/js/api.js           |  15 +-
 .../fonts/glyphicons-halflings-regular.svg         |   2 +-
 .../static/rest_framework/js/ajax-form.js          |  15 +
 .../js/{coreapi-0.1.0.js => coreapi-0.1.1.js}      |   7 +-
 rest_framework/status.py                           |  10 +-
 rest_framework/templates/rest_framework/base.html  |  14 +-
 .../templates/rest_framework/docs/document.html    |   7 +-
 .../templates/rest_framework/docs/error.html       |  71 ++
 .../templates/rest_framework/docs/index.html       |   2 +-
 .../templates/rest_framework/docs/interact.html    |   2 +-
 .../docs/langs/javascript-intro.html               |   3 +-
 .../templates/rest_framework/docs/link.html        |   6 +-
 .../templates/rest_framework/docs/sidebar.html     |  14 +-
 .../rest_framework/filters/django_filter.html      |   6 -
 .../filters/django_filter_crispyforms.html         |   5 -
 rest_framework/templatetags/rest_framework.py      |  50 +-
 rest_framework/test.py                             |   9 +
 rest_framework/throttling.py                       |   9 +-
 rest_framework/urlpatterns.py                      |  75 +-
 rest_framework/urls.py                             |  20 +-
 rest_framework/utils/breadcrumbs.py                |   2 +-
 rest_framework/utils/encoders.py                   |  12 +-
 rest_framework/utils/field_mapping.py              |  12 +-
 rest_framework/utils/formatting.py                 |   4 +-
 rest_framework/utils/json.py                       |  40 ++
 rest_framework/utils/mediatypes.py                 |   2 +-
 rest_framework/utils/model_meta.py                 |  34 +-
 rest_framework/utils/representation.py             |   9 +-
 rest_framework/utils/serializer_helpers.py         |  13 +-
 rest_framework/utils/urls.py                       |   7 +-
 rest_framework/validators.py                       |   1 -
 rest_framework/views.py                            |  13 +-
 rest_framework/viewsets.py                         |  20 +-
 runtests.py                                        |  18 +-
 setup.cfg                                          |   6 +-
 setup.py                                           |  40 +-
 tests/browsable_api/test_form_rendering.py         |  30 +
 tests/conftest.py                                  |   4 +
 tests/importable/__init__.py                       |   1 +
 tests/importable/test_installed.py                 |  13 +
 tests/models.py                                    |  17 +-
 tests/test_api_client.py                           |  24 +-
 tests/test_atomic_requests.py                      |   6 +-
 tests/test_authentication.py                       |  28 +-
 tests/test_authtoken.py                            |  56 ++
 tests/test_bound_fields.py                         |  14 +
 tests/test_compat.py                               |  67 --
 tests/test_decorators.py                           |  17 +-
 tests/test_description.py                          |  52 +-
 tests/test_encoders.py                             |   2 +-
 tests/test_fields.py                               | 157 ++++-
 tests/test_filters.py                              | 531 +++------------
 tests/test_htmlrenderer.py                         |  10 +-
 tests/test_metadata.py                             |   3 +-
 tests/test_middleware.py                           |  60 +-
 tests/test_model_serializer.py                     | 140 ++--
 tests/test_multitable_inheritance.py               |   4 +-
 tests/test_negotiation.py                          |   6 +-
 tests/test_one_to_one_with_inheritance.py          |   5 +-
 tests/test_pagination.py                           | 162 +++++
 tests/test_parsers.py                              |  24 +-
 tests/test_permissions.py                          |  50 +-
 tests/test_prefetch_related.py                     |   4 +-
 tests/test_relations.py                            |  62 +-
 tests/test_relations_pk.py                         |  58 +-
 tests/test_renderers.py                            |  75 +-
 tests/test_request.py                              | 111 ++-
 tests/test_requests_client.py                      |   4 +-
 tests/test_response.py                             |   1 +
 tests/test_reverse.py                              |   3 +-
 tests/test_routers.py                              |  67 +-
 tests/test_schemas.py                              | 669 +++++++++++++++++-
 tests/test_serializer.py                           |  79 +++
 tests/test_serializer_nested.py                    |   4 +-
 tests/test_settings.py                             |  21 +-
 tests/test_templatetags.py                         | 315 ++++++++-
 tests/test_testing.py                              |   9 +
 tests/test_urlpatterns.py                          | 185 ++++-
 tests/test_utils.py                                |  93 +++
 tests/test_validation.py                           |   1 +
 tests/test_versioning.py                           |  15 +-
 tests/test_viewsets.py                             | 109 ++-
 tests/urls.py                                      |  12 +-
 tests/utils.py                                     |   5 +-
 tox.ini                                            |  27 +-
 240 files changed, 7136 insertions(+), 3168 deletions(-)
 create mode 100644 .editorconfig
 create mode 100644 docs/api-guide/caching.md
 create mode 100644 docs/img/bayer.png
 create mode 100644 docs/img/drf-openapi.png
 create mode 100644 docs/topics/3.7-announcement.md
 create mode 100644 rest_framework/apps.py
 copy rest_framework/authtoken/{migrations => management}/__init__.py (100%)
 copy rest_framework/authtoken/{migrations => management/commands}/__init__.py (100%)
 create mode 100644 rest_framework/authtoken/management/commands/drf_create_token.py
 create mode 100644 rest_framework/checks.py
 create mode 100644 rest_framework/locale/lv/LC_MESSAGES/django.mo
 copy rest_framework/locale/{et => lv}/LC_MESSAGES/django.po (59%)
 copy rest_framework/locale/{en => sl}/LC_MESSAGES/django.mo (51%)
 copy rest_framework/locale/{fi => sl}/LC_MESSAGES/django.po (61%)
 delete mode 100644 rest_framework/schemas.py
 create mode 100644 rest_framework/schemas/__init__.py
 create mode 100644 rest_framework/schemas/generators.py
 create mode 100644 rest_framework/schemas/inspectors.py
 create mode 100644 rest_framework/schemas/utils.py
 create mode 100644 rest_framework/schemas/views.py
 rename rest_framework/static/rest_framework/js/{coreapi-0.1.0.js => coreapi-0.1.1.js} (56%)
 create mode 100644 rest_framework/templates/rest_framework/docs/error.html
 delete mode 100644 rest_framework/templates/rest_framework/filters/django_filter.html
 delete mode 100644 rest_framework/templates/rest_framework/filters/django_filter_crispyforms.html
 create mode 100644 rest_framework/utils/json.py
 create mode 100644 tests/importable/__init__.py
 create mode 100644 tests/importable/test_installed.py
 delete mode 100644 tests/test_compat.py

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



More information about the Python-modules-commits mailing list