John Cronan
John Cronan
Tracing the original example, I realized that the definition of `natural_key` on `Bar` is not used. I had figured that I at least need to declare the dependence, but Django...
Ah! So, now that I understand what's going on in the internals: the `get_by_natural_key` needs to use `non_polymorphic` or it's just not doing its job. ``` class FooManager(models.Manager): def get_by_natural_key(self,...
Hi @alvarogf97, I'm also working on serialization. Take a look at #517. When I repeat the steps from my issue, but without the manager code and model method for natural...
I think this scenario is the reason that there's a `get_real_instance` method on `PolymorphicModel`. The manager for `Foo` is ordinary Django, so an extra query has to be incurred, here....
The main reason I might want to have it that deep would be to use the constraint for serializing on natural keys. In the case I'm dealing with, there's another...
People are talking about this a lot. I heard about the issue before jumping in, but figured "it can't be that bad" and went to go see for myself. Yikes....
I just started up a personal instance (nothing is local to me). Why is it I can see these older posts when I go to 'Federated' but not when I...
I've just created a personal instance (v3.5.3), and I have incorrect zero counts for both followers and following, but only in the Android app. On the web interface, the number...
This seems like as good a place as any to note that, now that the Drupal version is 8.7, that requirement should be `>=7.0` (if present at all).
> No, the "next" button only works with the list (the existence of which _on login_ is a UX disaster, I figured out this much). You need to use "enter"...