DEBSOURCES
Skip Quicknav
sources / python-django / 1.8.18-1~bpo8%2B1 / 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)