-
Desenvolvedor Back-end Java / Go **Rio de Janeiro**
O nosso time é composto pelos melhores Desenvolvedores do Brasil. Topa conhecer nossos desafios?
**Etapas do processo**
Ab…
-
Hi, I am wondering if your package supports guards and authorization, because I understand that we can prevent unauthorized users from using the endpoint via middleware, though what if we have parts o…
-
I just wanted to say that I discovered your package recently and I'm absolutely blown away with what it can do. I was actually thinking of switching from drf to graphene until I found your repo. I'm s…
-
Although we can access the view & request objects in the serializer via standard DRF practices, it would be great if the mixin would also add, for example: `"eager_loading": self.should_auto_apply_ea…
jheld updated
4 years ago
-
## Empresa
O BIT é o Hub tecnológico da B2W Digital. Nossos times trabalham com metodologias ágeis, com sprints de 1 ou 2 semanas. Os times têm autonomia em como desenvolver os prod…
-
- This will allow the library to work with any filter backend and any pagination class without requiring integration.
- With this `DEFAULT_BASE_FILTER_BACKEND` setting will not be needed anymore as …
-
When I try to specify a datetime as a filter, it breaks the restql parsing.
Example query:
```
?query=(last_queried_on__lt:2020-04-27T23:02:32Z){{*}}
```
When I attempt that query, I get a 400:
…
-
==================================================
-->
## Nossa empresa
Hey, quer trabalhar em uma companhia certificada pelo Great Place to Work?
A B2W Digital é líder na América Latina e t…
-
Not sure if this is an issue or I'm just doing something wrong.
My models:
```
class Application(models.Model):
customer = models.ForeignKey("Customer",
rel…
-
I'm having issue with restql parsing filter queries when some filters allow comma separated values, specifically ordering filters where multiple fields can be ordered by, e.g. `/api/employees/?query=(…