djoser 2.1.0-1 source package in Ubuntu
Changelog
djoser (2.1.0-1) unstable; urgency=low * New upstream release. * Add d/upstream/metadata. * Bump Standards-Version to 4.5.1. * Clean up egg-info files to allow two builds in a row. * Use uscan version 4. -- Michael Fladischer <email address hidden> Tue, 01 Dec 2020 11:56:38 +0100
Upload details
- Uploaded by:
- Debian Python Team
- Uploaded to:
- Sid
- Original maintainer:
- Debian Python Team
- Architectures:
- all
- Section:
- misc
- Urgency:
- Low Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Lunar | release | universe | misc | |
Kinetic | release | universe | misc | |
Jammy | release | universe | misc |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
djoser_2.1.0-1.dsc | 1.7 KiB | faeeed11dd7a39fc744ebdc2f6b344a396e7a10c69edfdb8bffed52d5952704e |
djoser_2.1.0.orig.tar.gz | 25.8 KiB | 3299073aa5822f9ad02bc872b87e719051c07d36cdc87a05b2afdb2c3bad46d1 |
djoser_2.1.0-1.debian.tar.xz | 3.1 KiB | defe7863155d0527af4645194906bad796033c1d5bfe6c55f915bb8d481a15e7 |
Available diffs
- diff from 2.0.5-1 to 2.1.0-1 (14.8 KiB)
No changes file available.
Binary packages built by this source
- 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.