Sam Minton

Results 4 issues of Sam Minton

Steps to reproduce: - Create a new page, selecting a type and clicking Save (do not click save yet on the next step of the creation process) - Select a...

bug

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...

**Describe the bug** Cannot install Wagtail==4.2.4 because wagtail-modeladmin requires Wagtail >= 5 and wagtail-tag-manager requires "wagtail_modeladmin>=1.0.0,

Cannot install this via Pipenv or pip because gitversion is a missing required dependency. Setup.py imports `from closuretree.version import __VERSION__` which requires gitversion to be installed.