Commit graph

1204 commits

Author SHA1 Message Date
David Lord
b6dff4fabe document testing cli commands 2018-01-28 18:48:39 -08:00
David Lord
2f356bf6b2 add note about syntax errors in custom scripts
mention pycharm version support
2018-01-28 14:41:47 -08:00
David Lord
552b055ffd add rst extension for changelog
fix changelog version
2018-01-23 15:34:52 -08:00
David Lord
e431e8809d clean up samesite docs 2018-01-23 15:11:50 -08:00
Fadhel_Chaabane
c65bdc0c9f New Feature: Added Support for cookie's SameSite attribute. 2018-01-23 13:57:50 +00:00
Nickatak
049432869f Fix typo in example. 2018-01-14 16:02:43 -08:00
David Lord
b2de7b49a7 clean up FLASK_ENV docs [ci skip] 2018-01-10 15:46:11 -08:00
Armin Ronacher
a1afc8f1a7 Add Support for FLASK_ENV (#2570)
This introduces environments to Flask
2018-01-06 17:07:56 +01:00
Hsiaoming Yang
8cdcf398cf Remove python 2.6 and 3.3 everywhere. (#2583) 2018-01-06 10:49:50 +01:00
David Lord
4f89c6cd5c Merge pull request #2541 from nsiregar/#2535_update_pycharm_instruction
update pycharm instructions
2018-01-04 12:56:38 -08:00
David Lord
5a25d8d029 smaller, optimized image
reword / reformat the docs
fix tox build directory
2018-01-04 12:34:25 -08:00
Grey Li
abbff76e46 Docs: Update CLI for factory pattern 2017-12-20 20:50:45 +08:00
David Lord
c16fad1c39 Merge pull request #2536 from greyli/patch-4
Docs: update built-in server description
2017-12-16 07:08:31 -08:00
David Lord
5003fb2d18 Merge pull request #2555 from pallets/deprecate-26-33
remove tests and docs for python 2.6 and 3.3
2017-12-16 07:06:54 -08:00
David Lord
2c7a1ffa71 remove tests and docs for python 2.6 and 3.3 2017-12-16 07:00:00 -08:00
Andy Craze
8e37f3886d Fix sentry raven install docs
The documentation for installing Sentry's raven client was incorrect. It should state that the client must be installed with the extra flask dependencies as mentioned in getsentry/raven-python#1075
2017-12-14 19:45:09 -08:00
Grey Li
abecdec212 Docs: Add missing backslash 2017-12-14 14:38:37 +08:00
Grey Li
0011797bb1 Docs: Fixed typo 2017-12-14 11:08:33 +08:00
Harry Moreno
2e0a3f17a8 Fix docs, how to get db connection in pattern
The docs are inaccurately suggestion a db connection would be available at `g.db`, after calling `get_db()` a connection will be available at `g._database` but even then I think instructing the user to use `get_db()` is the best way forward.
2017-12-08 15:18:02 -05:00
Vladimir Kroz
2c94dd3a86 Fix code example for HTTP Methods
`return` is required to make 'http methods' example work
2017-12-05 17:59:04 +01:00
Ngalim Siregar
4065bd1e1f Update PyCharm image
add highlighted area to pycharm image
2017-12-03 17:05:20 +09:00
Ngalim Siregar
99aa1e1d71 update pycharm instructions 2017-12-03 16:37:52 +09:00
Grey Li
229d5ccacf Docs: update built-in server description 2017-12-01 16:03:52 +08:00
Per Mortensen
3be3608eca Update Twisted Web example 2017-11-22 22:40:23 +01:00
Bogdan Alexandru Marginean
faed2812d5 Update appfactories.rst 2017-10-19 22:32:47 +03:00
Radoslav Gerganov
e3cf385a8b Fix typo in logging.rst (#2492)
Remove extra parenthesis from RequestFormatter constructor.
2017-10-13 13:53:50 +02:00
Mrn Om
1f3ae4f39d Fix grammar/typos 2017-10-11 16:47:26 +03:00
David Lord
6858fe9f92 rewrite cli docs
reflects the current FLASK_APP detection
2017-10-10 11:10:20 -07:00
ImgBotApp
f68088a58a [ImgBot] optimizes images
\docs\_static\no.png (18.3%))
\docs\_static\touch-icon.png (64.21%))
\docs\_static\flaskr.png (8.32%))
\docs\_static\pycharm-runconfig.png (14.65%))
\docs\_static\debugger.png (2.79%))
\docs\_static\flask.png (30.15%))
\docs\_static\yes.png (13%))
\docs\_static\logo-full.png (29.33%))
2017-09-12 04:24:35 +00:00
Brett Johnson
1c26e9ced0 Update App Engine link
Point to an authoritative site for Flask on App Engine that is maintained.
2017-08-30 14:58:05 -07:00
Alejandro Mantecon Guillen
91221f8dea Update debugger and flaskr screenshots (#2454) 2017-08-25 15:36:26 +02:00
Brennan Vincello
e47687e3cc Add version warning 2017-08-10 21:51:02 -07:00
David Lord
849e74e983 fix links 2017-08-01 08:47:56 -07:00
David Lord
1aa145ef34 fix code block 2017-08-01 08:39:42 -07:00
David Lord
c82582f336 mention that session signature checks max age
add expiration to cookie security docs
closes #2422
2017-08-01 08:28:32 -07:00
David Lord
9acb1d2412 simplify logging configuration
single default handler and formatter
don't remove handlers
configure level once using setLevel
document logging
reorganize logging tests
2017-07-31 12:49:03 -07:00
David Lord
49e22f77f3 egg_info -R flag is gone 2017-07-27 07:32:03 -07:00
David Lord
91c16ef7d3 Merge pull request #2416 from davidism/dotenv
Add .env support
2017-07-16 13:55:18 -07:00
David Lord
f0101de17b load env vars using python-dotenv 2017-07-16 13:37:51 -07:00
asmith26
3b45feef8d Fix typo in docs (#2419) 2017-07-16 21:07:25 +02:00
David Lord
9d48099aec fix formatting
-R is no longer an egg_info option
closes #2400
[ci skip]
2017-06-28 19:55:39 -07:00
David Lord
a6079b5fd6 one more secret key in docs 2017-06-28 08:02:51 -07:00
David Lord
d590d6024d clean up secret key docs
consistent key across docs and examples
consistent key across tests, set in conftest
2017-06-28 07:58:06 -07:00
trirpi
6156e2f82f removed bug in memory sqlite uri 2017-06-16 21:15:33 +02:00
David Lord
b96a1c0f99 style cleanup
[ci skip]
2017-06-16 06:59:37 -07:00
Miguel Grinberg
90f4944c17 document wsgi.py and app.py default modules 2017-06-15 12:15:38 -07:00
David Lord
aa823345b9 Merge pull request #2370 from tony/patch-2
Add docutils label for class-based views
2017-06-13 06:28:18 -07:00
Tony Narlock
226e010998 Add docutils label for class-based views 2017-06-12 16:15:52 -05:00
Tony Narlock
be1b754bdd Add docutils label for templates page 2017-06-12 16:07:24 -05:00
David Lord
56e53f99d1 formatting
[ci skip]
2017-06-09 10:28:54 -07:00