django-cms / djangocms-column

Column Plugin for django-cms
BSD 3-Clause "New" or "Revised" License
18 stars 44 forks source link

py3k failure: refers to xrange #13

Closed ruidc closed 8 years ago

ruidc commented 10 years ago

http://dpaste.com/hold/1731570/

python3.3/site-packages/djangocms_column/cms_plugins.py" in save_model

  1. for x in xrange(int(form.cleaned_data['create'])):
trawick commented 8 years ago

Fixed in https://github.com/divio/djangocms-column/commit/d2c1c315d6883300eff80c3972b5c61d74734c5e#diff-fb141d0ec65e2c5e54da16e345e4eaad and in releases 1.4 and 1.5

mkoistinen commented 8 years ago

Fixed as per the above.