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

Changelog

python-django-registration (0.7-2) unstable; urgency=low

  * Add accent on my name in debian/control.
  * Change build-depends on python-dev to python.
  * Switch to source format "3.0 (quilt)".
  * Switch to debhelper 7 tiny rules file and compat mode 7.
  * Upgrade Standards-Version to 3.8.3.
  * Dropped useless debian/pycompat.
  * Add missing ${misc:Depends} on Depends line.
  * Register documentation with doc-base.
 -- Ubuntu Archive Auto-Sync <email address hidden>   Mon,  08 Feb 2010 11:03:59 +0000

Upload details

Uploaded by:
Ubuntu Archive Auto-Sync
Uploaded to:
Lucid
Original maintainer:
Debian Python Modules Team
Architectures:
all
Section:
python
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Lucid: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
python-django-registration_0.7.orig.tar.gz 35.2 KiB bda53fdf5d75df9c6cd8236a6f71588079e7e497003037219b7a1537c6e66b29
python-django-registration_0.7-2.debian.tar.gz 4.2 KiB 4b62eb7ac07dd21fddf91ecfbeb453b69732c00e14412e08aadcf6727fe7b21c
python-django-registration_0.7-2.dsc 1.9 KiB 4f40b5e2d16e53c6682a575a83184d4cc0e31863c39e7dab352e98861c8f7f62

Available diffs

View changes file

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.