From e67f1a680d8780b52c2a1020c37b51c5455b0d4b Mon Sep 17 00:00:00 2001 From: Adrian Holovaty Date: Tue, 21 Mar 2006 20:04:24 +0000 Subject: [PATCH] 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 --- docs/generic_views.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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