Matheus Cansian

Results 10 comments of Matheus Cansian

GetBlimp/django-rest-framework-jwt is abandoned and has been removed from DRF docs

Removal from DRF docs https://github.com/encode/django-rest-framework/pull/6138 Issue with django-rest-framework-jwt https://github.com/encode/django-rest-framework/issues/5838

@jpadilla is it possible to merge this PR into master?

I uderstand the issue and kinda see what is happening, but I have no clue if there's a workaround to this. Yeah, sure I could write the time in UTC,...

@Tigge You probably need to rerun the tests. It seems that coverals had a server error.

Hi @Tigge, how difficult is this issue? It would be nice to install antf-cli using pip, but only if it's not too much of a hassle to you :) (Btw,...

You can define the format in your specification: ``` type: string format: uuid ```` If it's a numeric ID you can use an integer ``` type: integer minimum: 1 ```

@luan-viafoura Do this need to be specific to a path or can it be for the whole server?

@lmeyerov The way that it can be mitigated right now is to invert the condition of the flag so that the desired default is always `False`. Instead of `IS_SOMETHING_ACTIVE`, flip...