djoser 0.7.0-1 source package in Ubuntu

Changelog

djoser (0.7.0-1) unstable; urgency=low

  * New upstream release.
  * Bump Standards-Version to 4.1.0.

 -- Michael Fladischer <email address hidden>  Tue, 12 Sep 2017 19:13:41 +0200

Upload details

Uploaded by:
Debian Python Modules Team
Uploaded to:
Sid
Original maintainer:
Debian Python Modules Team
Architectures:
all
Section:
misc
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Bionic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
djoser_0.7.0-1.dsc 1.8 KiB dccc6cd727bfa887b96c771302d0d13b8d6c7d85d19bf21463f3075b18f89131
djoser_0.7.0.orig.tar.gz 10.9 KiB f89348b614a3a9d4e026b29979f353680735ede40e4c33279d2fb5e2e567068f
djoser_0.7.0-1.debian.tar.xz 2.5 KiB 9250f86fe567bace6d1096ffdf352c49ef9ae8ab7304c01a212859a1296b80aa

Available diffs

No changes file available.

Binary packages built by this source

python-djoser: REST implementation of Django authentication system

 Djoser library provides a set of Django Rest Framework views to handle basic
 actions such as registration, login, logout, password reset and account
 activation. It works with custom user model.
 .
 Instead of reusing Django code (e.g. PasswordResetForm), it reimplementes a few
 things to fit better into a Single Page App architecture.
 .
 Supported authentication backends are:
  * HTTP Basic Auth (Default)
  * Token based authentication from Django Rest Framework

python3-djoser: REST implementation of Django authentication system (Python3 version)

 Djoser library provides a set of Django Rest Framework views to handle basic
 actions such as registration, login, logout, password reset and account
 activation. It works with custom user model.
 .
 Instead of reusing Django code (e.g. PasswordResetForm), it reimplementes a few
 things to fit better into a Single Page App architecture.
 .
 Supported authentication backends are:
  * HTTP Basic Auth (Default)
  * Token based authentication from Django Rest Framework
 .
 This package contains the Python 3 version of the library.