south: 2 total statements, 0.0% covered

Generated: Wed 2013-03-13 10:33 CET

Source file: /media/Envs/Envs/filer-gallery/lib/python2.7/site-packages/south/__init__.py

Stats: 0 executed, 2 missed, 0 excluded, 7 ignored

  1. """
  2. South - Useable migrations for Django apps
  3. """
  4. __version__ = "0.7.6"
  5. __authors__ = [
  6. "Andrew Godwin <andrew@aeracode.org>",
  7. "Andy McCurdy <andy@andymccurdy.com>"
  8. ]