Artem Yunusov

Results 1 issues of Artem Yunusov

Johnny does not properly work with F() expression when it comes to dates, here is an example: ``` python >>> from django.db.models import F >>> from johnny import cache >>>...