contact_form.simple_translate: 3 total statements, 100.0% covered

Generated: Wed 2013-12-04 16:44 CET

Source file: /home/dkaufhold/projects/bitmazk-contact-form/src/contact_form/simple_translate.py

Stats: 1 executed, 0 missed, 2 excluded, 5 ignored

  1. from simple_translation.translation_pool import translation_pool
  2. from .models import ContactFormCategory, ContactFormCategoryTranslation
  3. translation_pool.register_translation(ContactFormCategory,
  4. ContactFormCategoryTranslation)