MultiKeyDictError

45 views
Skip to first unread message

Abhineet Baranwal

unread,
Apr 4, 2019, 7:07:45 AM4/4/19
to Django developers (Contributions to Django itself)
Can anyone explain me with example What is MultiKeyDictError in django and when it comes ?

Adam Johnson

unread,
Apr 4, 2019, 8:25:31 AM4/4/19
to django-d...@googlegroups.com
This mailing list is for the development of Django itself, not for support using Django. Please use the django-users mailing list for that, or IRC #django on freenode, or a site like Stack Overflow.

...that said your answer is on https://docs.djangoproject.com/en/dev/ref/request-response/ , presuming you meant MultiValueDictKeyError .

Returns the value for the given key. If the key has more than one value, it returns the last value. Raises django.utils.datastructures.MultiValueDictKeyError if the key does not exist. (This is a subclass of Python’s standard KeyError, so you can stick to catching KeyError.) 

On Thu, 4 Apr 2019 at 08:47, Abhineet Baranwal <suabhinee...@gmail.com> wrote:
Can anyone explain me with example What is MultiKeyDictError in django and when it comes ?

--
You received this message because you are subscribed to the Google Groups "Django developers (Contributions to Django itself)" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-develop...@googlegroups.com.
To post to this group, send email to django-d...@googlegroups.com.
Visit this group at https://groups.google.com/group/django-developers.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-developers/3b5d2734-515b-429d-a30a-d522eff53fd9%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


--
Adam
Reply all
Reply to author
Forward
0 new messages