DEBSOURCES
Skip Quicknav
sources / python-django / 1.4.5-1%2Bdeb7u16 / tests / regressiontests / special_headers / models.py
12345
from django.db import models class Article(models.Model): text = models.TextField()