google-code-export / django-simple-captcha

Automatically exported from code.google.com/p/django-simple-captcha
MIT License
0 stars 0 forks source link

A bug with ./manage.py test captcha #19

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Mac OS X Leopard 10.5.8

What steps will reproduce the problem?
1. Execute ./manage.py test captcha

What is the expected output? What do you see instead?
I see 6 test failed

I attached a new of models.py to fix this problem. All I did changed 'str' to 
'smart_str' function in 
line 24 and 26 (old version of the file)

Original issue reported on code.google.com by a.vostrjakov on 22 Jan 2010 at 11:45

Attachments:

GoogleCodeExporter commented 9 years ago
This was fixed in SVN but not in the latest release. 
I'm releasing 0.1.3 today, which should fix this.

Please reopen if this is not the case.

Original comment by mbonetti on 23 Jan 2010 at 11:20