ojengwa / django-simple-captcha

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

Python 2.3 support #10

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
There isn't much to it really.

Remove the @classmethod from models.py and replace it with

remove_expired = classmethod(remove_expired) below the method definition. I
can confirm that it works fine with Python 2.3 after this change.

Original issue reported on code.google.com by tom...@gmail.com on 16 Jun 2009 at 9:21

GoogleCodeExporter commented 9 years ago
Fixed in r27. Thank you for the report!

Original comment by mbonetti on 19 Jun 2009 at 7:54