someidiot

Results 3 issues of someidiot

Using django-prometheus 1.0.9 with django 1.11.2. I have some django-rest-framework views that are being cached with the cache_page decorator like: @method_decorator(cache_page(settings.CACHE_TIMEOUT_API)) def dispatch(self, *args, **kwargs): return super(BaseAPICachedView, self).dispatch(*args, **kwargs) When...

Australia is now a supported locale: https://docs.aws.amazon.com/AWSECommerceService/latest/DG/Locales.html Can you please support for AU?

This one is confusing me so not sure if I'm using the right terminology here, but I have: class A(models.Model): stuff class B(A): stuff class C(models.Model): a = models.ForeignKey(A) All...