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
I have the same problem in version 0.10.1, I should say that this happens on both the production and development environment with unpersisted occurrences for an event that repeats daily with a proper daily rule associated to the event. I just haven't been able to see this working. Persisted occurrences work (different url and view). I think this is a bug @lampslave@nlittlejohns
OccurrencePreview.get_context_data
fails with exception'OccurrencePreview' object has no attribute 'object'
.urls.py:
url(r'^occurrence/(?P<event_id>\d+)/(?P<year>\d+)/(?P<month>\d+)/(?P<day>\d+)/(?P<hour>\d+)/(?P<minute>\d+)/(?P<second>\d+)/$', OccurrencePreview.as_view(), name='occurrence_by_date'),
The text was updated successfully, but these errors were encountered: