Mark Amery
24325ecb69
Clarify and add detail to tojson docs
...
Fix some confusing and obsolete prose.
2019-01-06 09:44:09 -08:00
David Lord
aef4159588
Merge pull request #3031 from jseldess/fix-typos
...
Fix typos found while completing the Flask tutorial
2019-01-06 08:11:39 -08:00
Jesse Seldess
90aef1b2cf
Fix typos found while completing the Flask tutorial
2019-01-06 08:01:45 -08:00
Colin Adams
4f638b9c28
Clarify prefixing of URLs for blueprint endpoints
...
Clarify that endpoint names are prefixed by the name of the blueprint,
but the URL is not automatically prefixed.
2019-01-06 06:58:38 -08:00
David Lord
1096e226cc
Merge pull request #3064 from pallets/docs-fix
...
fix docs build
2019-01-05 15:06:41 -08:00
David Lord
8b567fea23
fix docs build
2019-01-05 14:59:25 -08:00
Andrew Crouse
aec0cdc016
Update documentation for users to use flask-caching instead of the deprecated Werkzeug cache
2018-11-13 14:03:27 -05:00
jangjunha
eef6c34b57
Fix deferred callback doc
2018-10-26 00:33:12 +09:00
Jarek Lipski
363205bdc3
fix @click.command example by adding parens
...
Otherwise the example fails with the following error:
"name = name or cmd.name AttributeError: 'function' object has no attribute 'name'".
More details: https://stackoverflow.com/a/51923415/4619705
2018-09-19 10:02:51 -07:00
David Lord
a35a97e49d
Merge branch '0.12-maintenance' into 1.0-maintenance
2018-05-08 20:31:10 -07:00
Daniel Opitz
1c2a2cd001
Fixed LaTeX errors on documentation PDF generation
2018-05-08 20:30:36 -07:00
David Lord
335dcf8ec4
clarify the section navigation in installation
2018-05-08 20:10:27 -07:00
Mitchel Humpherys
725f391399
docs: installation: Add link to Quickstart after install
...
Once Flask is installed many users will want to proceed to the next section
in the docs (Quickstart). Add a link to the end of the Install section for
this.
2018-05-08 19:59:25 -07:00
Aaron Hall, MBA
5a75da5471
add missing port to localhost URL
2018-04-30 19:03:05 -07:00
David Lord
6b2127b1e0
Merge pull request #2745 from dmarasquin/patch-1
...
Update quickstart.rst
2018-04-29 14:57:24 -07:00
Daiana Marasquin
104808b480
fix syntax error and typo in quickstart.rst
2018-04-29 14:51:13 -07:00
David Lord
5965cb7e1c
rename to FLASK_SKIP_DOTENV, add docs, test
2018-04-29 14:20:17 -07:00
Yao Long
9b6878af5a
document error on fileupload
...
after file uploaded, it should redirect for uploaded_file page instead
of upload page
2018-04-27 11:04:35 -07:00
Vik
9394c389bf
Update config.rst
...
Fix Debug Default: By default Debug is only True when ENV is 'development'
2018-04-27 10:17:43 -07:00
David Lord
5d00869aa5
expand explantion about default redirects
2018-04-27 09:57:30 -07:00
Hampus Dunström
a2536e1bdb
Added short note about Werkzeug redirect behaviour
2018-04-27 11:40:12 +02:00
David Lord
3f81582d5d
fix docs index sidebar
2018-04-26 15:15:55 -07:00
David Lord
8ceff653c5
fix docs index sidebar
2018-04-26 15:15:31 -07:00
David Lord
987b0098d8
fix docs logo
2018-04-26 13:06:15 -07:00
David Lord
216151c8a3
Merge branch '0.12-maintenance'
2018-04-26 12:18:06 -07:00
David Lord
22992a0d53
add donate link
2018-04-26 07:46:50 -07:00
David Lord
2ede0b8ba9
add donate link
2018-04-26 07:44:59 -07:00
David Lord
4137aecca9
add donate link
2018-04-26 06:05:13 -07:00
David Lord
44dc32243e
add donate link
2018-04-26 06:03:33 -07:00
Grey Li
7df3524bb9
Fix typo in docs
2018-04-24 08:09:08 +08:00
David Lord
93698b509b
document cli option env vars
...
closes #2713
2018-04-20 13:25:04 -07:00
David Lord
84efe4de77
enable intersphinx
2018-04-18 13:10:56 -07:00
David Lord
679bf0014f
use theme provided by pallets-sphinx-themes
2018-04-18 13:06:08 -07:00
David Lord
49a38ed999
use theme provided by pallets-sphinx-themes
2018-04-18 12:05:31 -07:00
David Lord
1e84c67beb
clean up js example
2018-04-12 12:17:14 -07:00
David Lord
fce1885f76
add javascript ajax example
2018-04-12 11:06:02 -07:00
David Lord
1ed756a523
add Response.max_cookie_size config
2018-04-10 11:17:18 -07:00
Grey Li
2f9be68a81
Add tips for 413 connection reset issue
2018-04-09 01:30:15 -07:00
David Lord
abba4b2a74
Merge pull request #2686 from davidism/bp-static
...
document blueprint static folder without prefix
2018-04-09 01:27:25 -07:00
David Lord
46dc14664f
document blueprint static folder without prefix
2018-04-09 01:11:46 -07:00
David Lord
c3dd7b8e4c
rewrite tutorial docs and example
2018-04-09 00:53:25 -07:00
David Lord
2411707492
rework context docs
2018-04-09 00:02:38 -07:00
David Lord
4462cc57c8
rewrite extension docs
...
remove old extension patterns
remove flask.ext from api docs
2018-02-28 07:52:03 -08:00
David Lord
303a3d24a6
rewrite quickstart Unique URLs section
2018-02-24 08:03:30 -08:00
David Lord
82f0d120de
use subdomain arg in url_map.bind_to_environ
...
rename new subdomain test, parametrize
test allowing subdomains as well as ips
add subdomain_matching param to docs
add some references to docs
add version changed to create_url_adapter
2018-02-23 08:39:31 -08:00
David Lord
cf5525f98a
add test_cli_runner for testing app.cli commands
2018-02-19 15:34:46 -08:00
David Lord
310fbfcf64
revert copyright year to project start
...
add copyright header to files
2018-02-08 12:43:30 -08:00
David Lord
9bf5c3b3a3
update project metadata
...
new readme
readme as setup.py long_description
links in changes
git in authors
add travis osx env
break out docs build in travis
remove python_requires for now
2018-02-08 12:43:22 -08:00
David Lord
ae30fe7de0
document testing cli commands
2018-01-28 18:48:39 -08:00
David Lord
7fb2ddcaf6
add note about syntax errors in custom scripts
...
mention pycharm version support
2018-01-28 14:41:47 -08:00