yesyves

Results 3 issues of yesyves

## Problem I have a model class `SemesterReviewer` consisting of a `User` FK and a `Semester` FK. A query for users based on the `SemesterReviewer` relation returns objects whose `SemesterReviewer`...

## Problem I use _Model Utils_ to define statuses in Django : ``` class MetaData(TimeStampedModel, StatusModel, SoftDeletableModel): STATUS = Choices(('Draft', _('Draft')), ('Submitted', _('Submitted')), ('Reviewed', _('Reviewed')), ('Final', _('Final')),) ``` These statuses...

Installing current lxml (lxml-5.3) and cssutils (2.11.1) go well, but quill-delta[html] requires lxml=4.3 (lxml-4.9.4) which fails to build and cssutils=1.0 which does not exist anymore. I tried a local install...