Generated: Sat 2013-04-06 17:51 SGT
Source file: /Users/martin/Repos/django-subscribe/subscribe/tests/test_app/models.py
Stats: 2 executed, 0 missed, 3 excluded, 4 ignored
"""Dummy models for tests of the ``subscription`` app."""
from django.db import models
class DummyModel(models.Model):
name = models.CharField(max_length=256)
def get_absolute_url(self):
return '/'