maxblax

Results 6 comments of maxblax

Hey guys, Same issue with same version. Only the label "1 Checked" is correct. If setting idProperty: "" It justs show all element selected. Whereas the model hold the good...

Hey @marcgibbons Just wanted an update on this issue. Facing the same problem as I'm using Token base Auth from djoser. Thank you in advance!

Check answer of https://stackoverflow.com/questions/39547208/django-rest-framework-swagger-authentication-error It works for me. Basically SWAGGER_SETTINGS = { 'SECURITY_DEFINITIONS': { 'api_key': { # apiKey Type 'type': 'apiKey', 'name': 'Authorization', 'in': 'header' } }, "LOGIN_URL": "auth/login/", "LOGOUT_URL":...

Would be adorable of you indeed @gromsterus In need for this feature.

Hi All, I'm desperatly in need for this feature too. I need it for scaling issues over my multiface app architecture. I want the client side to register on notification...

Ok, ain't perfect, but here is a specific implementation of that feature, for all object you want to subscribe from, register throw a sub_field model called "company". But it's working...