python-django-registration 2.2-2 source package in Ubuntu

Changelog

python-django-registration (2.2-2) unstable; urgency=medium

  * [408072b] control: b-d for sphinx: Depend on py3 variants only.
  * [605fa85] control: Update Stds-Ver to 4.1.1.
    * [ba18419] copyright: Switch to recommended https URL.
  * [906967b] Update debhelper to recommended compat level: 9->10 (no
    other changes needed).

 -- Stephan Sürken <email address hidden>  Wed, 04 Oct 2017 11:23:27 +0200

Upload details

Uploaded by:
Debian Python Modules Team
Uploaded to:
Sid
Original maintainer:
Debian Python Modules Team
Architectures:
all
Section:
python
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Bionic release universe python

Builds

Bionic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-django-registration_2.2-2.dsc 2.5 KiB 21f3ab4fd8e22585b7242ddc1a155a0e4f9e272a6ab4a58d3301cf8a95d2e414
python-django-registration_2.2.orig.tar.gz 70.1 KiB 14ffa4c07ad902afaa1d096ea241282b76724348b8b7518cecad617870178283
python-django-registration_2.2-2.debian.tar.xz 15.5 KiB 0b2b6b35e3dea74c6710ef30a4f64c5336b4f31fe7dea7fded35ed15e3bd443f

Available diffs

No changes file available.

Binary packages built by this source

python-django-registration: No summary available for python-django-registration in ubuntu eoan.

No description available for python-django-registration in ubuntu eoan.

python-django-registration-doc: No summary available for python-django-registration-doc in ubuntu eoan.

No description available for python-django-registration-doc in ubuntu eoan.

python3-django-registration: User-registration application for Django (Python 3)

 This is a fairly simple user-registration application for Django,
 designed to make allowing user signups as painless as possible.
 .
 Its main feature over Django's standard user-registration application is
 the support of email confirmation.
 .
 This application enables a fairly common workflow for user signups:
  1. User signs up for an account.
  2. User gets emailed an activation link.
  3. User clicks the activation link before it expires.
  4. User becomes a happy and productive contributor to your site.
 .
 This package contains the Python 3 version of the library.