south.hacks: 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/hacks/__init__.py

Stats: 0 executed, 1 missed, 1 excluded, 8 ignored

  1. """
  2. The hacks module encapsulates all the horrible things that play with Django
  3. internals in one, evil place.
  4. This top file will automagically expose the correct Hacks class.
  5. """
  6. # Currently, these work for 1.0 and 1.1.
  7. from south.hacks.django_1_0 import Hacks
  8. hacks = Hacks()