Generated: Fri 2013-09-13 08:20 CEST
Source file: /home/dkaufhold/projects/bitmazk-contact-form/src/contact_form/simple_translate.py
Stats: 1 executed, 0 missed, 2 excluded, 5 ignored
from simple_translation.translation_pool import translation_pool
from .models import ContactFormCategory, ContactFormCategoryTranslation
translation_pool.register_translation(ContactFormCategory,
ContactFormCategoryTranslation)