We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63c532a commit cb30cc8Copy full SHA for cb30cc8
1 file changed
ietf/bin/pretty-xml-dump
@@ -0,0 +1,5 @@
1
+#!/bin/sh
2
+python manage.py dumpdata --format=xml "$@" | sed -e 's/<\/*object/\
3
+ &/g' -e 's/<field/\
4
+ &/g' -e 's/<\/django-objects/\
5
+&/g'
0 commit comments