Carlton Gibson

Results 1070 comments of Carlton Gibson

@RealOrangeOne Good hustle! Right... let me mention it to some folks. But also — create a Trac ticket "Add DEP 14 Task interface" (or similar), check Has Patch, link here,...

@malkoG https://justinmayer.com/posts/any-updates/

Hi @Guidoow — as per #1931, you really need to provide a minimal reproduce to be able to help you here. Ideally a failing test case. (Screenshots of code are...

Hi @ElijahQuiazon — I merged #2011. Can you rebase after than please.

@roniemartinez Could you put together a proof-of-concept showing what you mean here, perhaps with tests showing different examples? Thanks.

So there's two parts to this. The is the error. That should be addressed by #1675, which will enable skipping unknown fields — if you haven't used [filter_overrides](https://django-filter.readthedocs.io/en/stable/ref/filterset.html#filter-overrides). The second...

OK, but the correct place to add this would be to the `FILTER_FOR_DBFIELD_DEFAULTS`, probably with a specific Filter subclass. If someone wants to take that on as an addition (with...

@violuke Would you fancy creating a PR, but adding a new Filter subclass, rather than inline in `filter_for_field()`?

@theodor-franke The field is available to inspect via the lambda passed as the `extra` key in `FILTER_FOR_DBFIELD_DEFAULTS`.

@theodor-franke thanks for looking in it. Let me have a play