diff options
| author | Adrian Holovaty <adrian@holovaty.com> | 2006-03-21 20:04:24 +0000 |
|---|---|---|
| committer | Adrian Holovaty <adrian@holovaty.com> | 2006-03-21 20:04:24 +0000 |
| commit | e67f1a680d8780b52c2a1020c37b51c5455b0d4b (patch) | |
| tree | 45929f664ba07c855ddea700e2b366ac0b60c7df /docs/generic_views.txt | |
| parent | ae224efd5460bd926f5468b1b07e0efd38a31842 (diff) | |
Fixed typo in docs/generic_views.txt. Thanks, pbx
git-svn-id: http://code.djangoproject.com/svn/django/trunk@2545 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/generic_views.txt')
| -rw-r--r-- | docs/generic_views.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/generic_views.txt b/docs/generic_views.txt index 98177d101f..36122e4409 100644 --- a/docs/generic_views.txt +++ b/docs/generic_views.txt @@ -261,7 +261,7 @@ The date-based generic functions are: your URLconf, and you'll need to pass a ``slug_field`` key in your info dictionary to indicate the name of the slug field. - If your using the object_id-style URLs, you'll just need to give the URL + If you're using the object_id-style URLs, you'll just need to give the URL pattern an ``object_id`` field. You can also pass the ``template_name_field`` argument to indicate that the |
