Assuming your QueryDict is called my_post_data, use
my_post_data.get('data[id]').
On 21 May 2015 15:28, "Fellipe Henrique" <felli...@gmail.com> wrote:

> Hello,
>
> I need to get one application-form-post content from one server. This
> server isn't mine.
>
> They send to me this application-form-post, and in Django View I receive
> this:
>
> <QueryDict: {'data[id]': ['D6adasd7065C2C0A84C96B47EA17705991B14'],
> 'data[status]': ['paid'], 'event': ['invoice']}>
>
> I need to get: data['id'], data['status']  and event variables..
>
> How I do this in django? Because I can't work with QueryDict... I try to
> transform in python dict, in python list, but anyone works...
>
> Any idea for these problem?
>
> Regards,
>
>
> T.·.F.·.A.·.     S+F
> *Fellipe Henrique P. Soares*
>
> e-mail: > echo "lkrrovknFmsgor4ius" | perl -pe \
> 's/(.)/chr(ord($1)-2*3)/ge'
> *Blog: http://fhbash.wordpress.com/ <http://fhbash.wordpress.com/>*
> *GitHub: https://github.com/fellipeh <https://github.com/fellipeh>*
> *Twitter: @fh_bash*
>
> --
> You received this message because you are subscribed to the Google Groups
> "Django users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to django-users+unsubscr...@googlegroups.com.
> To post to this group, send email to django-users@googlegroups.com.
> Visit this group at http://groups.google.com/group/django-users.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/django-users/CAF1jwZFv5zwKHaDAFOz06n_%2B4EiNzzFoYx9t_MfTNnEFranAWg%40mail.gmail.com
> <https://groups.google.com/d/msgid/django-users/CAF1jwZFv5zwKHaDAFOz06n_%2B4EiNzzFoYx9t_MfTNnEFranAWg%40mail.gmail.com?utm_medium=email&utm_source=footer>
> .
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CACczBULAgWb%3D6sn1JHxeg_nq%2BO%3DwR9bTBNR69QsUSKog1FB%3DKw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to