ls.joyous icon indicating copy to clipboard operation
ls.joyous copied to clipboard

Rename EventBase.status to EventBase.event_status,

Open sam-mi opened this issue 5 years ago • 1 comments

Event.status fieldname clashes with Django Model Utils Model.status field making subclasses of ls.joyous EventBase incompatible with any project that already implements Model Utils StatusField in their models.

This non-breaking change renames the EventBase.status property to EventBase.event_status and updates references to that field in templates and tests so that the clash no longer occurs.

sam-mi avatar Aug 10 '20 23:08 sam-mi

Thanks for the PR. I have created Issue #35 to track this.

linuxsoftware avatar Aug 11 '20 22:08 linuxsoftware