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
This commit is contained in:
parent
ae224efd54
commit
e67f1a680d
|
@ -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
|
your URLconf, and you'll need to pass a ``slug_field`` key in your info
|
||||||
dictionary to indicate the name of the slug field.
|
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.
|
pattern an ``object_id`` field.
|
||||||
|
|
||||||
You can also pass the ``template_name_field`` argument to indicate that the
|
You can also pass the ``template_name_field`` argument to indicate that the
|
||||||
|
|
Loading…
Reference in New Issue