mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
Stop using .raw_args, deprecate and undocument it - refs #706
This commit is contained in:
parent
6d7cb02f00
commit
50652f474b
4 changed files with 7 additions and 9 deletions
|
|
@ -65,6 +65,7 @@ class Request:
|
|||
|
||||
@property
|
||||
def raw_args(self):
|
||||
# Deprecated, undocumented - may be removed in Datasette 1.0
|
||||
return {key: value[0] for key, value in self.args.items()}
|
||||
|
||||
async def post_vars(self):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue