Craig de Stigter

Results 78 comments of Craig de Stigter

Any use of GenericAPIView with a custom metaclass also hits this issue. Minimal repro is: ```python from rest_framework.generics import GenericAPIView class MyMeta(type): ... class MyView(GenericAPIView, metaclass=MyMeta): ... ``` Which results...

Anyone know where this got to? I can't really tell from the string of PRs above :/ Current workarounds for this issue seem to be: * use `CustomQueryset.as_manager()` instead of...

postgres unconstrained numeric supports infinities too We should ensure infinities and other uncheckoutable values raise errors at checkout time, or reject them at import/commit time

to be clear i'm happy to submit a PR to implement this change :) just wanted to solicit some feedback on the ideas first

hm, confusing; I hadn't considered looking in a nonstandard location for this (and, grepping didn't find it) I suppose that's fine except that things pycsw actually imports _directly_ should probably...

changed my PR to pull it in explicitly in `requirements-standalone.txt`. thanks

it';s not stale, there's an active mergeable PR. someone with write access just needs to click the button...

I may need something like this for my work on [GDAL](https://github.com/OSGeo/gdal/pull/963#issuecomment-439197872) Something like a `--max-tests-per-worker=1` flag would suffice (default 0=unlimited). I'd want to use it in conjunction with `--dist=loadmodule` to...