Package: python-django-south Version: 1.0-0.1+0~20200326135033.8+buster~1.gbpbcf2d5 Architecture: all Maintainer: David Watson Installed-Size: 534 Depends: python (<< 2.8), python (>= 2.7), python:any (>= 2.6.6-7~), python-django (>= 1.2) Breaks: python-django-markupfield (<< 1.0.1) Homepage: http://south.aeracode.org/ Priority: optional Section: python Filename: pool/main/p/python-django-south/python-django-south_1.0-0.1+0~20200326135033.8+buster~1.gbpbcf2d5_all.deb Size: 83296 SHA256: c8c9519544e391e5d1ae5657575a2817b8859219d739f84553ada2cc1bc20f4a SHA1: 8910ef54c27bb4f42fdbb54e09e62a5d34ae5c54 MD5sum: c9c8ad62c14ac66db1f88d1bb158bf8b Description: 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.