DEBSOURCES
Skip Quicknav
sources / python-django / 1.7.11-1%2Bdeb8u3 / tests / initial_sql_regress / models.py
123456789
""" Regression tests for initial SQL insertion. """ from django.db import models class Simple(models.Model): name = models.CharField(max_length=50)