Commit graph

3768 commits

Author SHA1 Message Date
Marat Sharafutdinov
355e0f73b1 Update reqcontext.rst 2019-10-14 23:48:48 +03:00
David Lord
1839731422 Merge pull request #3369 from doronhorwitz/get-cookie-name
get_cookie_name in SessionInterface for easier overriding in SecureCookieSessionInterface
2019-10-12 19:20:31 -07:00
Doron Horwitz
940fa38c28 get_cookie_name in SessionInterface for easier overriding in SecureCookieSessionInterface 2019-10-12 19:12:27 -07:00
David Lord
b0af51baf4 Merge pull request #3391 from pallets/explain-escape
explain escape at top of quickstart
2019-10-12 19:03:34 -07:00
David Lord
e3be566d76 explain escape at top of quickstart
* introduce escape, and explain why it's omitted in examples
* clean up imports in examples
2019-10-12 18:53:47 -07:00
Mellcap Zhao
302ffbadf5 Fix link to header in CONTRIBUTING (#3382) 2019-10-06 13:26:00 -07:00
David Lord
a8da6b5fed Merge branch '1.1.x' 2019-09-24 06:44:36 -07:00
David Lord
ea659d77e5 Merge branch '1.0.x' into 1.1.x 2019-09-24 06:44:18 -07:00
David Lord
6ee61a8b57 Merge branch '0.12.x' into 1.0.x 2019-09-24 06:43:25 -07:00
David Lord
ab803a2c3f Merge pull request #3376 from pallets/migrate-docs
update docs for new theme
2019-09-24 06:41:48 -07:00
David Lord
aef114e372 update docs for new theme 2019-09-24 06:35:10 -07:00
David Lord
c5fa5f87ca Merge pull request #3344 from hharutyunyan/fix-the-contibution-docs
Fix the contibution docs
2019-09-23 12:24:08 -07:00
David Lord
10c756b4c6 Merge pull request #3346 from bearnun/master
Update logging.rst
2019-09-23 12:22:05 -07:00
bearnun
fc326d3599 mention default logging level 2019-09-23 12:17:46 -07:00
David Lord
f4a1ea7563 Merge branch '1.1.x' 2019-09-23 12:11:18 -07:00
David Lord
286b84c370 Merge branch '1.0.x' into 1.1.x 2019-09-23 12:10:55 -07:00
David Lord
b57eaa0c6a Merge pull request #3375 from pallets/ext-py-version
reword extension python version item
2019-09-23 12:10:30 -07:00
David Lord
7c206114fa reword extension python version item 2019-09-23 11:59:59 -07:00
David Lord
d3581e97c4 Merge branch '1.1.x' 2019-09-23 08:38:29 -07:00
David Lord
d5a739fae5 Merge branch '1.0.x' into 1.1.x 2019-09-23 08:38:11 -07:00
David Lord
70aee183af Merge pull request #3374 from pallets/ext-docs
Remove old things from docs
2019-09-23 08:33:50 -07:00
David Lord
4504c6d7b8 update patterns, snippets, extensions docs 2019-09-23 08:19:40 -07:00
David Lord
4a8eb8a76a Merge pull request #3349 from nathanmp/master
Update testing.rst
2019-09-02 09:05:05 -07:00
Nathan McKinley-Pace
992e20b021 Update testing.rst
It now describes how to install flaskr using pip so that all tests pass.
2019-09-02 11:31:34 -04:00
hharutyunyan
6ed048887b Updating contribution docs. Added the link with a guide to install pre-commit and made the pre-commit installation command a code block. 2019-08-29 02:44:00 +04:00
Joshua Bronson
f60e9129cd Merge pull request #3343 from gruentee/patch-1
fix typo: base on -> based on
2019-08-25 15:36:19 -04:00
Constantin
1c383fc13f fix typo: base on -> based on 2019-08-25 20:33:41 +02:00
David Lord
6c56e8f75f Merge pull request #3332 from Eido95/patch-1
docs: Change max content length value to megabyte
2019-08-24 09:09:32 -07:00
Joshua Bronson
2a4206f635 Merge pull request #3336 from arnavb/patch-1
Fix typo in pop documentation
2019-08-15 21:30:05 -04:00
Arnav Borborah
6cd9004399 Fix typo in pop documentation 2019-08-15 21:05:33 -04:00
Eido95
0f96fec7bc docs: Change max content length value to megabyte
16 * 1024 * 1024 = 16 MiB (Mebibyte)
16 * 1000 * 1000 = 16 MB (Megabyte)

The example is in megabytes, not in mebibytes.
2019-08-13 11:02:56 +03:00
Chris Zimmerman
ce59a6f8dd fixed typo in logging docstring (#3328)
* fixed typo in logging docstring

* second typo fix
2019-08-09 14:47:17 -04:00
David Lord
287335af8b Merge branch '1.1.x' 2019-08-01 13:35:52 -07:00
David Lord
4f3db0862a fix stylecheck 2019-08-01 13:35:38 -07:00
David Lord
3a2f87d723 Merge branch '1.1.x' 2019-08-01 13:08:34 -07:00
David Lord
50a3d54a5b Merge branch '1.0.x' into 1.1.x 2019-08-01 13:08:12 -07:00
David Lord
b14df2fb1e Merge pull request #3317 from csirmazbendeguz/patch-1
Fix typo in urlprocessors.rst
2019-08-01 13:07:52 -07:00
Csirmaz Bendegúz
59ef0883f7 Fix typo in urlprocessors.rst 2019-08-01 12:58:07 -07:00
David Lord
9ed8ac2c19 Merge pull request #3321 from greyli/fix-gh-link-generator
Fix github link generator for docs
2019-08-01 12:56:30 -07:00
Grey Li
a1c23b2fe7 Fix github link generator for docs 2019-08-01 22:49:31 +08:00
David Lord
31aa5a580f Merge pull request #3315 from linchiwei123/cleanup
clean up outdated code
2019-07-25 11:33:36 -07:00
linchiwei123
cbd1f70b36 clean up outdated code 2019-07-24 15:50:37 +08:00
David Lord
544cc57852 Merge branch '1.1.x' 2019-07-22 13:31:24 -07:00
David Lord
a30c2d8ae3 Merge branch '1.0.x' into 1.1.x 2019-07-22 13:31:05 -07:00
David Lord
ee41abdab6 Merge pull request #3305 from greyli/update-extension-doc
Update outdated extension doc
2019-07-22 13:30:43 -07:00
Grey Li
411055c52b Update outdated extension doc
Remove links and descriptions relate to abandoned "Flask Extension
Registry" in documentation
2019-07-22 13:23:57 -07:00
Joshua Bronson
e6c5d406b0 Merge pull request #3308 from MakDon/master
Add version '3.7' and a comma in "Running the test" of contributing guide.
2019-07-21 12:03:13 -04:00
makdon
04defa6e07 Add version '3.7' and a comma in "Running the test" of contributing guide. 2019-07-21 21:25:29 +08:00
David Lord
c8ae346124 Merge branch '1.1.x' 2019-07-10 12:44:57 -07:00
David Lord
0202d4fdaa pass sys.argv to flask cli 2019-07-10 12:44:04 -07:00