bmihelac / feincms-feincmsext

Extensions for FeinCMS
11 stars 4 forks source link

patched simple_permission/admin.py to support latest version of FeinCMS #6

Closed ludwinas closed 11 years ago

ludwinas commented 11 years ago

import broke because was trying to import PageAdmin class from the wrong module.

they changed the code here https://github.com/feincms/feincms/commit/bbc69a5a27b7d5902b3bb2f93aa098fbcbf53852

bmihelac commented 11 years ago

Thanks @ludwinas. Before I merge this, do you know in which version of FeinCMS PageAdmin changed module (for backward compatibility).

ludwinas commented 11 years ago

1.6.0 https://github.com/feincms/feincms/tree/v1.6.0/feincms/module/page

bmihelac commented 11 years ago

merged, thanks!

ludwinas commented 11 years ago

cool! thanks :+1: