[Python-modules-commits] [djangorestframework] branch upstream updated (2fd55ce -> 286de65)

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


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

bam pushed a change to branch upstream
in repository djangorestframework.

      from  2fd55ce   Import djangorestframework_3.3.0.orig.tar.gz
       new  286de65   Import djangorestframework_3.3.1.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:
 README.md                                          |   8 +-
 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 +-
 27 files changed, 370 insertions(+), 242 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