python-django-registration 1.0+dfsg-2 source package in Ubuntu

Changelog

python-django-registration (1.0+dfsg-2) unstable; urgency=medium


  * Fix and enable the test suite with fix-testsuite.patch. Ensure
    it works with Django 1.6.
  * Apply two patches for Django 1.7 compatibility:
    - django-1.7-compat.patch grabbed in an upstream pull request
    - more-django-1.7-fixes.patch authored by myself
    Closes: #755653

 -- Raphaƫl Hertzog <email address hidden>  Wed, 06 Aug 2014 23:46:28 +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

Builds

Utopic: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
python-django-registration_1.0+dfsg-2.dsc 2.0 KiB 855af4fc04fb4d20ebac640df1f20e801808027eb72ed277c02dbce2738a6b38
python-django-registration_1.0+dfsg.orig.tar.gz 59.2 KiB 9d08689be81afae92895d841dab83146ecf8dbe37957c5fb2fa1b45d9f8844cd
python-django-registration_1.0+dfsg-2.debian.tar.xz 8.3 KiB ce3d2bce97744aeb63d1e0cd1181e593494c8b3361d7a18b462a6122c97b9e9c

Available diffs

No changes file available.

Binary packages built by this source

python-django-registration: User-registration application for Django

 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.