Kaydet (Commit) 4bc4aa2f authored tarafından Adrian Holovaty's avatar Adrian Holovaty

Fixed #1779 -- Fixed typo in docs/db-api.txt. Thanks, bde3@cornell.edu

git-svn-id: http://code.djangoproject.com/svn/django/trunk@2854 bcc190cf-cafb-0310-a4f2-bffc1f526a37
üst 0c312543
......@@ -22,7 +22,7 @@ a weblog application::
name = models.CharField(maxlength=50)
email = models.URLField()
class __str__(self):
def __str__(self):
return self.name
class Entry(models.Model):
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment