KrYpTeD

Results 4 issues of KrYpTeD

When calling a ViewSet that has both the `FlexFieldsFilterBackend` and a serializer containing a field pointing to a `GenericForeignKey`, we get the error : `AttributeError: 'GenericForeignKey' object has no attribute...

Fix #104, FlexFieldsFilterBackend now handles GenericForeignKey correctly by routing it into the prefetch_related fields.

It would be really useful to set the background color of a shape, text box or a page. Just like `{% cellbg 'color' %}` for the tables. As a use...

Request for enhancement

It seems that having a ManyToMany field between the TenantModel class and a Non Tenant model results in a crash when trying to add items in the collection. This easily...