[Python-modules-commits] [djoser] 01/03: Imported Upstream version 0.3.2

Michael Fladischer fladi at moszumanska.debian.org
Tue Sep 29 15:22:31 UTC 2015


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

fladi pushed a commit to annotated tag debian/0.3.2-1
in repository djoser.

commit 4b0bc7c64428f3a9a65191acec9d77ef8ac26744
Author: Michael Fladischer <FladischerMichael at fladi.at>
Date:   Tue Sep 29 16:46:06 2015 +0200

    Imported Upstream version 0.3.2
---
 PKG-INFO                 | 2 +-
 djoser.egg-info/PKG-INFO | 2 +-
 djoser/utils.py          | 2 +-
 setup.cfg                | 2 +-
 setup.py                 | 2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/PKG-INFO b/PKG-INFO
index ac7c988..fb5388c 100644
--- a/PKG-INFO
+++ b/PKG-INFO
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: djoser
-Version: 0.3.1
+Version: 0.3.2
 Summary: REST version of Django authentication system.
 Home-page: https://github.com/sunscrapers/djoser
 Author: SUNSCRAPERS
diff --git a/djoser.egg-info/PKG-INFO b/djoser.egg-info/PKG-INFO
index ac7c988..fb5388c 100644
--- a/djoser.egg-info/PKG-INFO
+++ b/djoser.egg-info/PKG-INFO
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: djoser
-Version: 0.3.1
+Version: 0.3.2
 Summary: REST version of Django authentication system.
 Home-page: https://github.com/sunscrapers/djoser
 Author: SUNSCRAPERS
diff --git a/djoser/utils.py b/djoser/utils.py
index 30ba969..95ee7bc 100644
--- a/djoser/utils.py
+++ b/djoser/utils.py
@@ -48,7 +48,7 @@ def send_email(to_email, from_email, context, subject_template_name,
 class ActionViewMixin(object):
 
     def post(self, request):
-        serializer = self.get_serializer(data=request.DATA)
+        serializer = self.get_serializer(data=request.data)
         if serializer.is_valid():
             return self.action(serializer)
         else:
diff --git a/setup.cfg b/setup.cfg
index 6bc2ff3..861a9f5 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,5 +1,5 @@
 [egg_info]
-tag_date = 0
 tag_build = 
+tag_date = 0
 tag_svn_revision = 0
 
diff --git a/setup.py b/setup.py
index 12c0d36..701bbc8 100644
--- a/setup.py
+++ b/setup.py
@@ -12,7 +12,7 @@ REQUIREMENTS = [i.strip() for i in open('requirements.txt').readlines()]
 
 setup(
     name='djoser',
-    version='0.3.1',
+    version='0.3.2',
     packages=['djoser'],
     license='MIT',
     author='SUNSCRAPERS',

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