Kaydet (Commit) 07c8a965 authored tarafından Adrian Holovaty's avatar Adrian Holovaty

Fixed small typo in overview

git-svn-id: http://code.djangoproject.com/svn/django/trunk@90 bcc190cf-cafb-0310-a4f2-bffc1f526a37
üst 8d0610d0
......@@ -91,7 +91,7 @@ is created on the fly: No code generation necessary::
>>> reporters.get_object(id__exact=2)
Traceback (most recent call last):
...
django.models.polls.ReporterDoesNotExist: Reporter does not exist for {'id__exact': 2}
django.models.news.ReporterDoesNotExist: Reporter does not exist for {'id__exact': 2}
# Create an article.
>>> from datetime import datetime
......
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