Grey Li
58ea360d43
Docs: Add missing backslash
2017-12-14 14:38:37 +08:00
Grey Li
8a5e389da0
Docs: Fixed typo
2017-12-14 11:08:33 +08:00
Harry Moreno
2d2c0169d4
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
d08d96acbc
Fix code example for HTTP Methods
...
`return` is required to make 'http methods' example work
2017-12-05 17:59:04 +01:00
Per Mortensen
110a752565
Update Twisted Web example
2017-11-22 22:40:23 +01:00
Bogdan Alexandru Marginean
b89cf95816
Update appfactories.rst
2017-10-19 22:32:47 +03:00
Radoslav Gerganov
9291ead32e
Fix typo in logging.rst ( #2492 )
...
Remove extra parenthesis from RequestFormatter constructor.
2017-10-13 13:53:50 +02:00
Mrn Om
c352714478
Fix grammar/typos
2017-10-11 16:47:26 +03:00
David Lord
9bc329c0c9
rewrite cli docs
...
reflects the current FLASK_APP detection
2017-10-10 11:10:20 -07:00
ImgBotApp
ff8f525fb3
[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
e4928323f2
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
154c621237
Update debugger and flaskr screenshots ( #2454 )
2017-08-25 15:36:26 +02:00
Brennan Vincello
7640a1f1c9
Add version warning
2017-08-10 21:51:02 -07:00
David Lord
97ad085912
fix links
2017-08-01 08:47:56 -07:00
David Lord
1c35b98f0b
fix code block
2017-08-01 08:39:42 -07:00
David Lord
2efb565fbc
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
66b1b752da
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
417bc336de
egg_info -R flag is gone
2017-07-27 07:32:03 -07:00
David Lord
851eaa4db7
Merge pull request #2416 from davidism/dotenv
...
Add .env support
2017-07-16 13:55:18 -07:00
David Lord
491d331e6e
load env vars using python-dotenv
2017-07-16 13:37:51 -07:00
asmith26
8e2ef5bde3
Fix typo in docs ( #2419 )
2017-07-16 21:07:25 +02:00
David Lord
8207b1563e
fix formatting
...
-R is no longer an egg_info option
closes #2400
[ci skip]
2017-06-28 19:55:39 -07:00
David Lord
01e2d80660
one more secret key in docs
2017-06-28 08:02:51 -07:00
David Lord
465922e5f1
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
bfc2ee7dfd
removed bug in memory sqlite uri
2017-06-16 21:15:33 +02:00
David Lord
448368e226
style cleanup
...
[ci skip]
2017-06-16 06:59:37 -07:00
Miguel Grinberg
0b80acb25c
document wsgi.py and app.py default modules
2017-06-15 12:15:38 -07:00
David Lord
e97f6e22e6
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
91fd33dbd9
Add docutils label for class-based views
2017-06-12 16:15:52 -05:00
Tony Narlock
66e9dc9df2
Add docutils label for templates page
2017-06-12 16:07:24 -05:00
David Lord
01d2f725d3
formatting
...
[ci skip]
2017-06-09 10:28:54 -07:00
tristan fisher
53ff054fd3
Fixes grammar and phrasing on envvar how-to
2017-06-09 10:54:47 -04:00
tristan fisher
067686b471
Add basic how-to on using envvars for config
2017-06-09 10:19:08 -04:00
David Lord
15756da1f0
mention csp for javascript: uri xss
...
closes #2174
[ci skip]
2017-06-06 09:21:44 -07:00
David Lord
e97253e4c1
clean up JSON code and docs
2017-06-04 11:44:00 -07:00
David Lord
dbc70c9274
Merge remote-tracking branch 'remotes/origin/master' into json-mixin
2017-06-04 09:42:39 -07:00
David Lord
9bee2500dd
finish documentation
...
[ci skip]
2017-06-02 08:09:37 -07:00
David Lord
bbd15d53ad
docs style cleanup
...
[ci skip]
2017-06-02 07:03:22 -07:00
David Lord
859d9a9d5c
show nice message when registering error handler for unknown code
...
clean up error handler docs
closes #1837
2017-05-31 18:04:08 -07:00
David Lord
045dccaefb
make debugging bad key errors easier
...
* TRAP_BAD_REQUEST_ERRORS is enabled by default in debug mode
* BadRequestKeyError has the key in the description in debug mode
closes #382
2017-05-29 19:08:25 -07:00
David Lord
abf54c8182
fix some config names in new doc
2017-05-29 10:29:06 -07:00
David Lord
60feecc26c
reformat config from table to linkable sections
2017-05-28 14:04:18 -07:00
David Lord
3c7625e8c0
update development resources
...
fix tox to test examples again
add detox tox env for faster testing
clean up makefile, add tox target
add extra group for installing dev requirements
clean up contributing doc, build with docs
expand issue template
add pull request template
2017-05-28 10:26:07 -07:00
David Lord
d2a46dc56d
fix doc build error
2017-05-27 10:43:57 -07:00
David Lord
8eff9bda3d
clean up security header docs
...
[ci skip]
2017-05-27 10:09:23 -07:00
Kenneth Reitz
63ddf2d479
Merge pull request #1887 from zevaverbach/patch-1
...
enumerates the states in which code is executed...
2017-05-25 14:47:20 -07:00
Kenneth Reitz
3acec5f801
Merge pull request #2309 from aqt01/master
...
Add http headers security notes
2017-05-25 14:44:23 -07:00
Lowell Abbott
fcfd031460
Add capitalize and other details
2017-05-25 14:42:42 -07:00
Kenneth Reitz
386ac92bdd
use alabaster
2017-05-25 17:38:26 -04:00
Kenneth Reitz
4eca29f68b
Merge pull request #2080 from pallets/sphinx_theme
...
switch to packaged sphinx theme
2017-05-25 14:36:06 -07:00