djoser 0.6.0-1 source package in Ubuntu

Changelog

djoser (0.6.0-1) unstable; urgency=low

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

 -- Michael Fladischer <email address hidden>  Tue, 20 Jun 2017 20:44:32 +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

Artful: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
djoser_0.6.0-1.dsc 1.8 KiB 7913384340b6a9f155eaa26b553855c0b558f08a327b62ff39d7bb74a5de253a
djoser_0.6.0.orig.tar.gz 8.8 KiB f742056a6c541b937019822732e930f96bedf3a5adeaee7c9277dafb1f850137
djoser_0.6.0-1.debian.tar.xz 2.6 KiB 3d5592fafb7ea137870482e1fe01eaf11624731f65f042c9e139dd99d8a7578a

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.