zzm88 / django-voting

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

Error in example-code in the doc #17

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
http://django-voting.googlecode.com/svn/trunk/docs/overview.txt

on the section "Generic Views":

<code>
    widget_dict = {
        'model': Widget,
        'template_object_name': 'widget',
        'allow_xmlhttprequest': true,
    }
</code>

"true" should be replaced with "True".

Original issue reported on code.google.com by b23...@gmail.com on 29 Sep 2008 at 1:06

GoogleCodeExporter commented 8 years ago
Fixed in revision 68.

Original comment by jonathan.buchanan on 6 Nov 2008 at 11:18