You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks, aleray:
I fixed a bug which was preventing existing pages from being changed (among other things). The other thing I've done is adding an show_generator kwarg in Event Admin in case one doesn't want to show generator inlines.
goodfriday = rrule.rrule(rrule.YEARLY, dtstart=self.start, byeaster=-2)
christmas = rrule.rrule(rrule.YEARLY, dtstart=self.start, bymonth=12, bymonthday=25)
set.exrule(goodfriday)
set.exrule(christmas)
The text was updated successfully, but these errors were encountered: