Mike Schneider
7afce42943
Encouraging use of stable
2019-07-16 07:34:35 -07:00
Frost Ming
67a6c25256
Merge pull request #370 from waghanza/remove_pipenv_requires
...
Specify constraint for python version in pipenv
2019-07-09 17:15:53 +08:00
Marwan Rabbâa
38dea8311c
refactor(pip): Remove pipenv restriction on python version
2019-07-09 11:09:29 +02:00
Marwan Rabbâa
555e1f7924
refactor(pip): Specify constraint for python version in pipenv
2019-07-08 18:35:42 +02:00
Taoufik
8b87f63609
Merge pull request #369 from waghanza/py_37
...
Add python3.7 on CI
2019-07-08 13:56:46 +02:00
Marwan Rabbâa
f01b1d493f
feat(ci): Test under python 3.7
2019-07-08 09:26:34 +02:00
kennethreitz
6dbbad158a
Merge pull request #357 from amikrop/master
...
Remove extra `static_url` function in `API.docs`
2019-06-25 09:17:14 -07:00
kennethreitz
877fe144b4
Merge pull request #365 from tedder/ted/add_links_2
...
add some links to the main page
2019-06-25 09:16:47 -07:00
ted
70e6bc0466
add some links to the main page
...
Basically linked things I had to google/look up on my own. There are a million things that _could_ be linked, but using myself as a median Python coder, it seems about right. Removed italics because I can't figure out how to use them with a link.
2019-06-25 08:21:07 -07:00
Taoufik
63f2e833eb
Merge pull request #362 from mtcronin99/patch-1
...
Update tour.rst to add quotes around hostnames
2019-06-04 17:29:35 +02:00
mtcronin99
fb71abe534
Update tour.rst to add quotes around hostnames
...
The API call in the Trusted Hosts section needs quotes around the hostnames in the example.
2019-06-04 11:21:27 -04:00
Taoufik
8ccb39560e
Merge pull request #359 from EdwardBetts/patch-1
...
Correct a spelling mistake
2019-05-11 22:24:16 +02:00
Edward Betts
e6b880be62
Correct a spelling mistake
2019-05-11 20:17:10 +01:00
kennethreitz
d0016ac7c9
Update README.md
2019-05-06 07:42:31 -04:00
Aristotelis Mikropoulos
05035e0171
Remove extra static_url function in API.docs
2019-05-02 17:09:34 +03:00
Taoufik
78b5bef879
Merge pull request #354 from kennethreitz/starlette-new-lifespan
...
Starlette 0.11.* and cleanup
2019-04-29 23:14:27 +02:00
taoufik
a6955b5db5
Fix lifespan and bump starlette to 0.11.*
2019-04-29 23:09:48 +02:00
taoufik
a1a0a1b71e
Remove duplicated code and rename _dispatch_request
2019-04-29 22:44:44 +02:00
Taoufik
0bdde6d5fe
Merge pull request #353 from kennethreitz/taoufik07-patch-1
...
Typo schema docs
2019-04-28 16:02:29 +02:00
Taoufik
cf5447d5bd
Typo schema docs
2019-04-28 15:59:15 +02:00
taoufik
b2dd2c205d
Fix tests
2019-04-28 15:48:36 +02:00
kennethreitz
e52c9277c8
fix lockfile
2019-04-28 09:43:29 -04:00
kennethreitz
712ec2410d
changes
v1.3.1
2019-04-28 09:39:12 -04:00
kennethreitz
dea2ca41d2
Merge pull request #351 from kennethreitz/route-params-docs
...
Add docs for route params convertors
2019-04-28 09:19:42 -04:00
Taoufik
ca0f32c02b
Black check before tests
2019-04-27 20:44:02 +02:00
Taoufik
f21b296fba
Add docs for route params convertors
2019-04-27 20:10:31 +02:00
Taoufik
3224479b99
Merge pull request #350 from kennethreitz/cleanup
...
Cleanup
2019-04-27 13:52:48 +02:00
Taoufik
f95950eedc
Cleanup
2019-04-27 13:49:54 +02:00
kennethreitz
4467376d0a
Merge pull request #333 from taoufik07/custom_specifiers
...
Route params convertors
2019-04-27 07:32:13 -04:00
kennethreitz
ac65dc5361
Merge pull request #347 from s-pace/doc/add_search
...
[doc website] Add a nice search experience
2019-04-27 07:25:38 -04:00
s-pace
4957793c80
feat: add search to every documentation pages
2019-04-22 22:23:07 +02:00
s-pace
ff7f4b502d
feat: add search to the main introduction page
2019-04-22 22:22:46 +02:00
Timo Furrer
816cb7188b
Merge pull request #339 from jonbeebe/master
...
Removed asgiref dependency
2019-03-29 18:34:14 +01:00
Jonathan Beebe
6456d435eb
Revert Pipfile.lock (with asgiref removed)
2019-03-28 20:36:11 -07:00
Jonathan Beebe
63e338ed6f
Removed asgiref dependency
...
Replaced WsgiToAsgi (asgiref.wsgi) usage with WSGIMiddleware (starlette.middleware.wsgi) to fix breaking changes with asgiref 3.0.0.
2019-03-28 20:12:22 -07:00
Timo Furrer
00211c8f03
Merge pull request #335 from kobayashi/master
...
add sample of uploading a file
2019-03-21 21:30:14 +01:00
kobayashi
ebed9fe3aa
fix typos
2019-03-17 19:05:14 -04:00
kobayashi
734b5e7303
add sample of uploading a file
2019-03-17 15:21:27 -04:00
Taoufik
1696d501e2
Merge pull request #334 from MerleLiuKun/fix_test_responder_variable
...
fix variable error at test responder
2019-03-14 08:19:53 +00:00
ikronskun
e65d2f8c50
fix variable error at test responder
2019-03-14 14:25:45 +08:00
taoufik07
9ea705b2ea
Specifiers test
2019-03-12 17:39:53 +01:00
taoufik07
5a5a811dca
Add routes specifiers
2019-03-12 16:58:36 +01:00
kennethreitz
df7b9419c2
Merge pull request #332 from jlewis91/patch-1
...
Update tour.rst to be openapi compliant
2019-03-10 10:55:38 -04:00
Jeremiah
37318f1106
Update tour.rst
2019-03-10 14:53:44 +01:00
kennethreitz
19e9f6ac5d
Merge pull request #320 from taoufik07/static_serve
...
Fix #303
2019-03-05 08:33:39 -05:00
kennethreitz
658b51a449
Merge pull request #321 from taoufik07/revert_before_requests
...
Revert before_requests
2019-03-05 08:33:25 -05:00
Parth Shandilya
485303c0f2
Merge pull request #314 from vlcinsky/fix_uvloop_env_marker
...
Fix #313 incomplete environment marker for uvloop
2019-03-03 23:22:53 +05:30
taoufik07
885d902b7d
Revert
2019-02-26 23:46:07 +01:00
taoufik07
a35f02fb64
Add tests
2019-02-26 22:23:43 +01:00
taoufik07
28d1f16ad5
Disable serving when static_dir is None and handle templates_dir
2019-02-26 22:10:13 +01:00