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 |
|
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 |
|
David Lord
|
3d40ec5ae4
|
Merge pull request #3299 from pallets/click-args
pass sys.argv to flask cli
|
2019-07-10 12:42:58 -07:00 |
|
David Lord
|
fff9bedf53
|
pass sys.argv to flask cli
|
2019-07-10 11:45:20 -07:00 |
|
David Lord
|
0ea36c138e
|
Merge pull request #3298 from matrixise/patch-1
Documentation: Use Python 3.5+
|
2019-07-10 10:28:19 -07:00 |
|
Stéphane Wirtel
|
62191cb38c
|
Documentation: Use Python 3.5+
|
2019-07-10 19:03:10 +02:00 |
|
David Lord
|
2d7fbb1823
|
Merge branch '1.1.x'
|
2019-07-08 11:04:16 -07:00 |
|
David Lord
|
4086e82b37
|
release version 1.1.1
|
2019-07-08 10:58:12 -07:00 |
|
David Lord
|
2e2906fe0c
|
Merge pull request #3292 from pallets/deprecate-json-available
restore and deprecate json_available
|
2019-07-08 10:37:16 -07:00 |
|
David Lord
|
f19014c7a1
|
restore and deprecate json_available
|
2019-07-08 10:26:12 -07:00 |
|
Joshua Bronson
|
010327469f
|
Merge pull request #3290 from aadibajpai/master
Comment out helpful tips in ISSUE_TEMPLATE so they're visible only when editing
|
2019-07-07 15:43:25 -04:00 |
|
Aadi Bajpai
|
a1a8f3f8c7
|
Comment out helpful tips in issue_template.md
|
2019-07-08 01:07:45 +05:30 |
|
Aadi Bajpai
|
5b8ec65076
|
Update ISSUE_TEMPLATE.md
|
2019-07-07 20:55:52 +05:30 |
|
David Lord
|
6e34811504
|
release version 1.1.0
|
2019-07-04 16:04:42 -07:00 |
|
David Lord
|
884deb0b5c
|
Merge branch '1.0.x'
|
2019-07-04 16:01:14 -07:00 |
|
David Lord
|
01d1e6fe0f
|
release version 1.0.4
|
2019-07-04 15:33:46 -07:00 |
|
David Lord
|
912bbd4e08
|
Merge branch '1.0.x'
|
2019-07-03 12:23:16 -07:00 |
|
David Lord
|
ee0877649d
|
Merge pull request #3285 from ThiefMaster/dotenv-msg-stderr
Move dotenv warning to stderr
|
2019-07-03 10:15:32 -07:00 |
|
ThiefMaster
|
10274d918e
|
Move dotenv warning to stderr
|
2019-07-03 15:08:10 +02:00 |
|
David Lord
|
edad068449
|
Merge pull request #3284 from pallets/logger-warning
show warning for old logger config
|
2019-07-02 11:43:47 -07:00 |
|
David Lord
|
e8b8fcbfd4
|
show warning for old logger config
|
2019-07-02 11:39:00 -07:00 |
|
David Lord
|
017ed6a37c
|
Merge pull request #3282 from pallets/logger-name
use app.name as app.logger name
|
2019-07-01 17:42:51 -07:00 |
|
David Lord
|
ba1fcd1887
|
use app.name as app.logger name
|
2019-07-01 14:56:18 -07:00 |
|
David Lord
|
0099a0776a
|
Merge branch '1.0.x'
|
2019-07-01 11:57:00 -07:00 |
|
David Lord
|
7b74ab5bfd
|
Merge pull request #3274 from abhinavsagar/patch-1
Fix typo
|
2019-07-01 11:31:48 -07:00 |
|
Abhinav Sagar
|
2e26c83bd0
|
Update cli.py
|
2019-07-01 11:01:01 -07:00 |
|
David Lord
|
1ee9405ff3
|
Merge branch '1.0.x'
|
2019-07-01 10:54:31 -07:00 |
|