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

Changelog

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


  * Non-maintainer upload.
  * Remove extraneous debdiff files.
  * Resolve compatibility issues with Django 1.6. (Closes: #729412)

 -- Luke Faraone <email address hidden>  Thu, 07 Nov 2013 17:42:57 -0500

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

Trusty: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
python-django-south_0.7.5-1.1.dsc 1.8 KiB 939289d88e152438cec515773231cb80d6906f40ed0d1042aa5c919148bb8d60
python-django-south_0.7.5.orig.tar.gz 88.2 KiB 7f0072806405f2b2be4ad231aa0f570cd309c7e9bb976e7326e99e15abfc6ab5
python-django-south_0.7.5-1.1.diff.gz 2.7 KiB 16dff22552f13548faf641d48a60d87579ef89c52eef5b440a461466cbf61b41

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.