App Engine Python SDK version $VERSION
[gae.git] / python / lib / django-1.3 / tests / regressiontests / special_headers / models.py
blob0c126757cced46f954618d4f2e749f3be4d23ec9
1 from django.db import models
3 class Article(models.Model):
4 text = models.TextField()