yourcelf / olwidget

Javascript library to replace textareas that contain WKT data with editable OpenLayers maps, and a django app using it for django forms and admin.
Other
91 stars 44 forks source link

Fix for "__init__() takes exactly 13 arguments (12 given)" error in Django1.4 #105

Closed barszczmm closed 12 years ago

barszczmm commented 12 years ago

It fixes "init() takes exactly 13 arguments (12 given)" error on the admin changelist page. It works in Django1.4 and should not break anything in Django1.3 (but i was tested only on Django1.4).

yourcelf commented 12 years ago

Looks great, thanks. Looks like 1.4 makes this patching much cleaner.

RobertoMaurizzi commented 11 years ago

Can we have this fix included in an 'official' release from pypi? TIA!

yourcelf commented 11 years ago

On 09/23/2012 02:22 AM, Roberto Maurizzi wrote:

Can we have this fix included in an 'official' release from pypi? TIA!

— Reply to this email directly or view it on GitHub https://github.com/yourcelf/olwidget/pull/105#issuecomment-8795804.

Thank you for the prod. It's fixed in pypi, version 0.6.0. Also switched to a conventional 3-number versioning scheme (which is why it went from 0.50 to 0.6.0).

-charlie