Christian González
Christian González
> You make good points. Let me mull that over. Thanks. Ah, and: You could even keep the `ModelStream` classes. ```python class ModelStreamMixin: ... class ModelStream(ModelStreamMixin, Stream): pass class ModelStreamComponent(ModelStreamMixin,...
Oh, and the 99 characters are a bit, eh,. random? Why not 128?
Definitely better idea!
ok, give me some time, plenty of work ATM.
@llazzaro Maybe you could split it into `django-scheduler-backend` and `django-scheduler-frontend`?
I'm so busy ATM I'm afraid I won't be able do that in the next months... sorry. No problems to just leave it open until I find time.
A CR (or CR/LF in Windows) is a line *terminator*, not a line *delimiter*. So the last line **should** be terminated by a CR. OTOH, lintian has a bad habit...
Something to add: it **is** possible to change the _sort field_ - So I suppost most of the the code of this FR is already there. It would be just...
This seems to looks very nice, thanks for this substantial code portion. Yes, this is the way I think the direction should go - the syntax you suggest is clear...