acangiani / django-tagging

Automatically exported from code.google.com/p/django-tagging
Other
1 stars 0 forks source link

documentation bug #122

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago

Docs say:

urlpatterns = patterns('',
    url(r'^widgets/tag/(?P<tag>[^/]+)/$',
        tagged_object_list,
        dict(model=Widget, paginate_by=10, allow_empty=True,
             template_object_name='widget'),
        name='widget_tag_detail'),
)

but 'model=Widget' is incorrect.  Should be 'model_or_queryset=Widget'.

Original issue reported on code.google.com by pjimen...@gmail.com on 29 Apr 2008 at 2:35

GoogleCodeExporter commented 9 years ago
Dupe of 108

Original comment by matjaz.c...@gmail.com on 1 May 2008 at 1:15

GoogleCodeExporter commented 9 years ago

Original comment by jonathan.buchanan on 30 Oct 2008 at 2:36