Saturday, March 28, 2015

Re: QueryDict and its .dict() method - why does it do that?

For those interested, here's some code that does this in Django as
request.PARAMS:

https://github.com/sbutler/django-nestedparams

It is extremely alpha. I wouldn't use it in your code. I did it as a
proof of concept, but if other want to hack on it I'd be happy to
accept pull requests.

On Thu, Mar 26, 2015 at 12:48 PM, Gabriel Pugliese
<gabrielhpugliese@gmail.com> wrote:
> This gist is self informative - some information from list is lost:
> https://gist.github.com/gabrielhpugliese/640b69eefc5b7490a07c
>
> Some of my buddies have pasted Rails(Rack) and PHP conversion right below.
> Is that something I am missing? Does it have to do with laziness?
>
> --
> 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+unsubscribe@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/2cf88340-b9c4-4369-8b19-0cb8f731dddc%40googlegroups.com.
> 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+unsubscribe@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/CAD4ANxWZbeS%3DM0RPrwVA3sOihWj3deXgzyigujQeaXYakjSBGA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment