{{{
File "/usr/local/lib/python3.5/dist-packages/django/http/request.py" in
urlencode
524. for v in list_
File "/usr/local/lib/python3.5/dist-packages/django/http/request.py" in
<genexpr>
524. for v in list_
Exception Type: AttributeError at /zhaohuogan/archives/
Exception Value: 'int' object has no attribute 'encode'
}}}
the bugfixed code is:
{{{
query_dict["offset"] = str(self.length)
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/29635>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* status: new => closed
* resolution: => duplicate
Comment:
Duplicate of #29627.
--
Ticket URL: <https://code.djangoproject.com/ticket/29635#comment:1>