ls.joyous
ls.joyous copied to clipboard
A calendar application for Wagtail
Hi, and many thanks for this cool project! I want to use it as a workout tracker, so I'll have repeating events that are not recurrent events, e.g. *Deadlifts*. Wagtail...
When a project-wide default_auto_field is set, we get `manage.py makemigrations` attempting to generate a migration within Joyous. This line, added in September yet unreleased, fixes the problem: https://github.com/linuxsoftware/ls.joyous/blob/master/ls/joyous/apps.py#L7 Could we...
I've been loving Joyous Calendar and Wagtail so much. It's just great software. I have a main CalendarPage at the root of my site where I'd like to keep events...
Make day view more like weekly and monthly views Add Daily View to EVENTS_VIEW_CHOICES. Do not redirect to the event when there is only one event for that day. -...
Hi there, thanks for this great app, it looks quite promising. We have been working in several projects with Agendas and there is a real need to have same event...
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...
@sam-mi reports: > 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....
Thank you for this great application. I fixed a typo. I hope it helps this project even a little.
Updated deprecated Wagtail imports for Wagtail 5 compatibility In this pull request, I have updated all deprecated Wagtail imports, such as `wagtail.core`, `wagtail.admin.edit_handlers`, and others to their respective new import...