Re: Yaml serializer output

2021-12-29 Thread Sergey Fursov
Sorry, I forgot to mention here the PR I made - https://github.com/django/django/pull/15242 On Tue, Dec 28, 2021, 14:13 'Adam Johnson' via Django developers (Contributions to Django itself) wrote: > I've made a PR to update the docs: > https://github.com/django/django/pull/15250 > > On Mon, 27

Re: Yaml serializer output

2021-12-28 Thread 'Adam Johnson' via Django developers (Contributions to Django itself)
I've made a PR to update the docs: https://github.com/django/django/pull/15250 On Mon, 27 Dec 2021 at 08:13, Sergey Fursov wrote: > Please, disregard the part about failing tests, I had an old version > locally without this commit applied >

Re: Yaml serializer output

2021-12-27 Thread Sergey Fursov
Please, disregard the part about failing tests, I had an old version locally without this commit applied https://github.com/django/django/commit/a57c783dd4e6dc73847081221827a1902eede88b Anyway, I think it might be confusing (at least it is confusing to me) that by default yaml serializer

Yaml serializer output

2021-12-26 Thread Sergey Fursov
Hi there, Before opening a ticket I would like to discuss my problem here. Django docs say: ``` YAML¶ YAML serialization looks quite similar to JSON. The object list is serialized as a sequence mappings with the keys “pk”,