1
0
mirror of https://github.com/django/django.git synced 2025-03-25 16:50:45 +00:00
Tushar Bhatia df0d5ea7bc [1.7.x] Fixed #22979 -- Moved bug* tests
Backport of 11181a64f from master.
2014-07-26 21:10:03 -04:00

6 lines
102 B
Python

from django.db import models
class Story(models.Model):
title = models.CharField(max_length=10)