[Python-modules-commits] [djoser] branch upstream updated (a294649 -> ea6121a)

Michael Fladischer fladi at moszumanska.debian.org
Tue Sep 12 17:18:34 UTC 2017


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

fladi pushed a change to branch upstream
in repository djoser.

      from  a294649   Import djoser_0.6.0.orig.tar.gz
       new  ea6121a   New upstream version 0.7.0

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:
 PKG-INFO                                        |  99 ++++++++------
 README.md                                       |  71 -----------
 README.rst                                      |  94 ++++++++++++++
 djoser.egg-info/PKG-INFO                        |  99 ++++++++------
 djoser.egg-info/SOURCES.txt                     |   9 +-
 djoser/compat.py                                |  20 +++
 djoser/conf.py                                  | 135 ++++++++++++++++++++
 djoser/constants.py                             |   6 +
 djoser/serializers.py                           | 163 ++++++++++++++----------
 djoser/settings.py                              |  65 ----------
 djoser/templates/activation_email_body.html     |  19 +++
 djoser/templates/activation_email_body.txt      |   2 +-
 djoser/templates/confirmation_email_body.html   |  12 ++
 djoser/templates/password_reset_email_body.html |  17 +++
 djoser/urls/__init__.py                         |   2 +
 djoser/urls/authtoken.py                        |   6 +-
 djoser/urls/base.py                             |  22 +++-
 djoser/utils.py                                 |  48 ++++---
 djoser/views.py                                 | 111 ++++++++--------
 requirements.txt                                |   5 +
 setup.py                                        |  19 ++-
 21 files changed, 659 insertions(+), 365 deletions(-)
 delete mode 100644 README.md
 create mode 100644 README.rst
 create mode 100644 djoser/compat.py
 create mode 100644 djoser/conf.py
 delete mode 100644 djoser/settings.py
 create mode 100644 djoser/templates/activation_email_body.html
 create mode 100644 djoser/templates/confirmation_email_body.html
 create mode 100644 djoser/templates/password_reset_email_body.html

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



More information about the Python-modules-commits mailing list