mirror of
https://github.com/django/daphne.git
synced 2025-07-10 16:02:18 +03:00
keeping the parent class signature
This commit is contained in:
parent
ab2f1df698
commit
56c375d460
|
@ -43,5 +43,6 @@ class CustomQueryDict(QueryDict):
|
||||||
Custom override of QueryDict that sets things directly.
|
Custom override of QueryDict that sets things directly.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
def __init__(self, values):
|
def __init__(self, values, mutable=False, encoding=None):
|
||||||
|
""" mutable and encoding are ignored :( """
|
||||||
MultiValueDict.__init__(self, values)
|
MultiValueDict.__init__(self, values)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user