Adrian Turjak
Adrian Turjak
Just ran into this myself in some example config generation I am doing, and it makes some of my exports rather weird. The indented list structure does seem more common,...
+1 This would be so very very useful. I'm willing to bet this would get a lot of use of it existed. I already have a streamfield block which already...
+1 This would be hugely useful.
As a note, the work around for this I've found is to do a ParentalKey with unique=True. Django complains with a warning that you should use a onetoone field, but...
Here is an example of how I got this to mostly work: https://gist.github.com/Adrian-Turjak/8580b6e838b1c0fd29addbc80d7c6e81
@eyesee1 I don't entirely think that's a terrible idea. Worth at least trying. Would be curious of the results! That said, I have a feeling that if this support was...
I know that in my particular use case I want to pretend `_id` just doesn't exist. I like that `id` is just a mapping to the underlying `_id` but that...
Can confirm that I've been running into the same issues. It's also weirdly inconsistent, and almost feels like the most recently launched docker container is the only one with working...
@staticxterm Thanks! You'll probably see more misc fixes from me as I get frustrated with things enough to fix them, or at least document them better :P I'll update this...