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

Changelog

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

  * New upstream release
  * Updated standards version
 -- Ubuntu Archive Auto-Sync <email address hidden>   Sat,  30 Apr 2011 13:34:57 +0000

Upload details

Uploaded by:
Ubuntu Archive Auto-Sync
Uploaded to:
Oneiric
Original maintainer:
David Watson
Architectures:
all
Section:
python
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Oneiric: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
python-django-south_0.7.3.orig.tar.gz 110.0 KiB ab1c72cd013fab2ddbef3100f2bf7a7f3d9fbc7169cd3e6c181060c17fdeea97
python-django-south_0.7.3-1.diff.gz 2.5 KiB f536b3804177ad92c67a945b87d2814a4056733e6d2b99365b0e30230d978dc5
python-django-south_0.7.3-1.dsc 1.1 KiB b3c8882227818c5c497f439ac5b02cd958668814663c454ccca8f5f1ce366af5

Available diffs

View changes file

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.