python-django-south 0.7.5-1 source package in Ubuntu

Changelog

python-django-south (0.7.5-1) unstable; urgency=low


  * New upstream release

 -- David Watson <email address hidden>  Wed, 20 Jun 2012 15:27:17 +0100

Upload details

Uploaded by:
David Watson
Uploaded to:
Sid
Original maintainer:
David Watson
Architectures:
all
Section:
python
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Quantal: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
python-django-south_0.7.5-1.dsc 1.1 KiB 41bdcd519a56746611db74d749aaf97fcff8da8ed3c2d56738dc26f486e965cf
python-django-south_0.7.5.orig.tar.gz 88.2 KiB 7f0072806405f2b2be4ad231aa0f570cd309c7e9bb976e7326e99e15abfc6ab5
python-django-south_0.7.5-1.diff.gz 3.0 KiB a764a43f6440edf49001ac940c33683c040cd1d6f9e1845161ab2fc913cd5ee9

Available diffs

No changes file available.

Binary packages built by this source

python-django-south: Intelligent schema migrations for django apps

 An intelligent database migrations library for the Django web framework.
 It is database-independent and DVCS-friendly, as well as a whole host of
 other features.
 .
  * Intelligent; it knows if you've missed out a migration or two
  * Database independent, so there's no hassle if you need to move databases.
  * Easy; it can write migrations for you, and it takes about a minute to
    convert your app over to use South.
  * Designed for a pluggable Django world; you can declare dependencies
    between apps so they all migrate together correctly, and you can
    still use syncdb for your non-migrated apps without it interfering.