|
data = serializers.serialize('xml', SomeModel.objects.all(), fields=('name','size'))
|
|
data = serializers.serialize('xml', SomeModel.objects.all(), fields=('name','size'))
|
|
In this example, only the ``name`` and ``size`` attributes of each model will
|
|
In this example, only the ``name`` and ``size`` attributes of each model will
|