Results 5 comments of Sajad Rahimi

Sorry for updating this ancient issue! But where is the bug exactly? It seems to work as intended, has it gotten fixed?

As a workaround, you can extend the `str` class. For example: ```python class CompressedJsonStrField(str): #default __inti__ format in str def __init__(self, value='', encoding=None, errors='strict'): #validate and compress/decompress the value super(str,...

Though this hasn't implemented yet, but the LOWER function does the same thing in MySQL if that helps. Also using `.upper().lower()` instead of `.casefold()` works in many cases.

Postman sends `no-cache` header by default which is not necessarily set on your browser, that is why the response is cached on your browser and not on the postman. You...

I guess the initial idea of changing `SimpleRouter` and `action` decorator was the better way to go with. I applied to changes [here](/Sajadrahimi/django-rest-framework/tree/set-head-in-router), it seems fine to me if you're...