diff options
Diffstat (limited to 'docs/intro/tutorial01.txt')
| -rw-r--r-- | docs/intro/tutorial01.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/intro/tutorial01.txt b/docs/intro/tutorial01.txt index 4fb5d1b9f0..3211bb873f 100644 --- a/docs/intro/tutorial01.txt +++ b/docs/intro/tutorial01.txt @@ -777,7 +777,7 @@ Save these changes and start a new Python interactive shell by running >>> Question.objects.get(id=2) Traceback (most recent call last): ... - DoesNotExist: Question matching query does not exist. Lookup parameters were {'id': 2} + DoesNotExist: Question matching query does not exist. # Lookup by a primary key is the most common case, so Django provides a # shortcut for primary-key exact lookups. |
