mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
Request.fake(... url_vars), plus .fake() is now documented
Also made 'from datasette import Request' shortcut work. Closes #1697
This commit is contained in:
parent
e73fa72917
commit
5c5e9b3657
4 changed files with 38 additions and 2 deletions
|
|
@ -1,5 +1,5 @@
|
|||
from datasette.version import __version_info__, __version__ # noqa
|
||||
from datasette.utils.asgi import Forbidden, NotFound, Response # noqa
|
||||
from datasette.utils.asgi import Forbidden, NotFound, Request, Response # noqa
|
||||
from datasette.utils import actor_matches_allow # noqa
|
||||
from .hookspecs import hookimpl # noqa
|
||||
from .hookspecs import hookspec # noqa
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue