Please ask usage question on django-users.

This mailing list is dedicated to the development of Django itself.

Thanks!

-- 
Aymeric.


On 24 févr. 2013, at 17:35, Onsite <[email protected]> wrote:

> Hi,
> 
> I know how to post data to django. However, now I need to post multiple items 
> in one time (to reduce the number of requests). Each item has the same data 
> structure, but some fields might be None. See below as an example of the data 
> I wanna send in one time:
> Structure    field1    field2    field3    field4
> data1         foo1      foo2     None    foo4
> data2        None      foo2     None    foo4
> data3         None      foo2     foo3     foo4
> data4         foo1      None     foo3    foo4
> 
> Can you help me to provide some solutions about this problem?
> 
> -- 
> You received this message because you are subscribed to the Google Groups 
> "Django developers" group.
> To unsubscribe from this group and stop receiving emails from it, send an 
> email to [email protected].
> To post to this group, send email to [email protected].
> Visit this group at http://groups.google.com/group/django-developers?hl=en.
> For more options, visit https://groups.google.com/groups/opt_out.
>  
>  

-- 
You received this message because you are subscribed to the Google Groups 
"Django developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/django-developers?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to