Artem Nesterenko

Results 2 issues of Artem Nesterenko

https://github.com/llazzaro/django-scheduler/blob/b5b32153ccac8fc97ae3e14465ec29c7611260e6/schedule/models/events.py#L65 It's quite confusing that the User model will have a field `creator` being a related events manager. Probably, here should be `events` instead of `creator`.

I have several types for which I want to make a search. I've created a Searchable interface which requires a `displayName` field to be in a type and I've added...

bug