1
0
mirror of https://github.com/django/django.git synced 2025-11-07 07:15:35 +00:00

Fixed #26707 -- Added QueryDict.fromkeys()

This commit is contained in:
wim glenn
2016-06-03 15:50:38 -07:00
committed by Tim Graham
parent da22079c21
commit 5ebebd1159
5 changed files with 64 additions and 2 deletions

View File

@@ -187,7 +187,7 @@ Models
Requests and Responses
~~~~~~~~~~~~~~~~~~~~~~
* ...
* Added :meth:`QueryDict.fromkeys() <django.http.QueryDict.fromkeys>`.
Serialization
~~~~~~~~~~~~~