[Python-modules-commits] [djangorestframework] branch master updated (24472d2 -> cec2d36)

Brian May bam at moszumanska.debian.org
Wed Nov 18 21:59:31 UTC 2015


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

bam pushed a change to branch master
in repository djangorestframework.

      from  24472d2   New Debian release.
       new  014aa50   record new upstream branch created by importing djangorestframework_3.3.1.orig.tar.gz
       new  286de65   Import djangorestframework_3.3.1.orig.tar.gz
       new  5d04b64   Removed remote resouces in index.md
       new  fff2780   remove_google_analytics
       new  41637c0   Python3.5 fix
       new  b182dba   merge patched into master
       new  cec2d36   Version 3.3.1-1

The 7 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:
 README.md                                          |   8 +-
 debian/.git-dpm                                    |  14 +-
 debian/changelog                                   |   6 +
 debian/patches/0003-Python3.5-fix.patch            |   2 +-
 debian/patches/remove_google_analytics.patch       |   2 +-
 debian/patches/remove_remote_resources.patch       |   2 +-
 docs/api-guide/fields.md                           |   2 +-
 docs/api-guide/filtering.md                        |   6 +-
 docs/api-guide/relations.md                        |   2 +-
 docs/topics/3.3-announcement.md                    |   2 +-
 docs/topics/html-and-forms.md                      |   1 +
 docs/topics/third-party-resources.md               |   2 +
 docs_theme/css/default.css                         |   4 +
 mkdocs.yml                                         |   4 +
 rest_framework/__init__.py                         |   2 +-
 rest_framework/authentication.py                   |   5 +-
 rest_framework/compat.py                           |   5 +
 rest_framework/filters.py                          |   7 +-
 rest_framework/relations.py                        |   2 +-
 rest_framework/request.py                          |   9 +
 rest_framework/serializers.py                      |   2 +-
 .../static/rest_framework/css/bootstrap.min.css    |   6 +-
 .../fonts/glyphicons-halflings-regular.eot         | Bin 20335 -> 20127 bytes
 .../fonts/glyphicons-halflings-regular.svg         | 487 ++++++++++++---------
 .../fonts/glyphicons-halflings-regular.ttf         | Bin 41280 -> 45404 bytes
 .../fonts/glyphicons-halflings-regular.woff        | Bin 23320 -> 23424 bytes
 .../fonts/glyphicons-halflings-regular.woff2       | Bin 0 -> 18028 bytes
 .../static/rest_framework/js/bootstrap.min.js      |   9 +-
 rest_framework/templates/rest_framework/admin.html |   1 +
 rest_framework/templatetags/rest_framework.py      |   3 +-
 rest_framework/utils/field_mapping.py              |   3 +-
 tests/test_model_serializer.py                     |  40 +-
 32 files changed, 386 insertions(+), 252 deletions(-)
 create mode 100644 rest_framework/static/rest_framework/fonts/glyphicons-halflings-regular.woff2

-- 
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