Gennady Chibisov
Gennady Chibisov
У меня в проде решение с md5 работает уже год. Решение с randint будет работать, но с больше долей вероятности возникновения коллизий.
I like it. Could you make pull request with tests?
Hi, could you try memcached backend? I believe it could be issue with in-memory caching.
Please, show me how you cache your views
Hi, could you show your view, route and settings source? If it's open source could you provide a link to it?
Nice idea. For now we don't have example app and you can look at tests https://github.com/chibisov/drf-extensions/blob/master/tests_app/tests/functional/routers/nested_router_mixin/tests.py
Good mixin. Code, tests, docs and pull.
@robbyt, thank you for functional tests! If you curious there are already unittests for every key bit. For example here is the tests for [UserKeyBit](https://github.com/chibisov/drf-extensions/blob/master/tests_app/tests/unit/key_constructor/bits/tests.py#L233) But I still think we...
Why can't you use Etags for caching purposes? ``` python from rest_framework_extensions.key_constructor.constructors import ( DefaultKeyConstructor ) from rest_framework_extensions.etag.mixins import ETAGMixin from yourapp.models import User from yourapp.serializers import UserSerializer class LastModifiedKeyBit(KeyBitBase):...
@kevin-brown, any thoughts? Please, reply, or i'll close this issue.