Gustav Wengel
Gustav Wengel
If you forget to add many=True to a serializer that has the reverse side of the ForeignKey we calculate the wrong prefetch_related fields and we get an error. We can't...
### Is this a bug report? Bug report ### Can you also reproduce the problem with npm 4.x? I'm running npm 5.3 Same bug on yarn 0.27.5 ### Environment 1....
# Problem When using `try_from` we have error classes that are generated, that contain more information than is just listed in the `Display` method. This could be extra information about...
Reopen of issue #773 as there still seems to be interest, and there is someone who's started doing some work on it #1544 . Of ocurse, feel free to close,...
## Short summary If we have a recipe where we want to override the creation of a ForeignKey, by setting it to None, this does not work as expected. The...
Hello. Great, great project. In ASP.NET Core (at least 5 and up), when integration testing with the [WebApplicationFactory](https://docs.microsoft.com/en-us/aspnet/core/test/integration-tests?view=aspnetcore-5.0) ExecutionContext is not preserved across calls to the `TestServer`. This leads to...
Partially fixes #184 This takes the steps outlined in #184 to prevent deadlocks and data inconsistencies. It locks rows before updating them, on databases that support this. Unfortunately since the...
Assume we have two models. ```python class Model1(models.Model) pass # Some model class Model2(OrderedModel) model1 = models.ForeignKey(Model1, on_delete=models.CASCADE) ``` Running the following code will cause a gap in the positioning...