Generated: Thu 2013-02-28 14:58 SGT
Source file: /Users/martin/Repos/django-subscribe/subscribe/tests/test_app/models.py
Stats: 2 executed, 0 missed, 1 excluded, 3 ignored
"""Dummy models for tests of the ``subscription`` app."""
from django.db import models
class DummyModel(models.Model):
name = models.CharField(max_length=256)