django-cms / djangocms-column

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

save_model() on develop branch? #23

Closed marksweb closed 9 years ago

marksweb commented 9 years ago

I just started looking at the source to try to figure out an issue I've logged on CMS (https://github.com/divio/django-cms/issues/4117) & was going to do some PEP8/formatting changes as things were a nightmare to read, but noticed code on master (https://github.com/divio/djangocms-column/blob/master/djangocms_column/cms_plugins.py#L24) doesn't exist on develop.

What's the state of affairs with the branches? Have changes been applied to master instead of dev?

yakky commented 9 years ago

Develop was a lot behind master. Pugins usually does not adopt the develop/master branching model. But I agree that master and develop should be at least syncronised