tickets: 5458
This data as json
id | created | changetime | last_pulled_from_trac | stage | status | component | type | severity | version | resolution | summary | description | owner | reporter | keywords | easy | has_patch | needs_better_patch | needs_tests | needs_docs | ui_ux |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
5458 | 2007-09-14 15:05:01 | 2007-10-21 18:53:42 | 2022-03-06 03:34:27.241961 | Design decision needed | closed | Core (Serialization) | dev | wontfix | Xml serializer - easier manipulation from Adobe Flex | Hi, I'm sending you a patch to version from 2007-09-03 trunk checkout. For django.core.serialize method serialize() in xml mode, can take bool param flexmode which enables easier xml parsing from Adobe Flex (HttpService+Dataprovider) - i.e. no '-' in main tag name, tags 'field' to '%field.name%' tag. Sample usage: {{{ data = serializers.serialize("xml", Holiday.objects.all(), flexmode=True) }}} | nobody | trebor74hr@gmail.com | xml flex feature | 0 | 1 | 0 | 0 | 0 | 0 |