flask/docs
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
..
_static [ImgBot] optimizes images 2017-09-12 04:24:35 +00:00
_templates Missing Space 2017-05-25 10:53:43 -06:00
deploying Update Twisted Web example 2017-11-22 22:40:23 +01:00
patterns Fix docs, how to get db connection in pattern 2017-12-08 15:18:02 -05:00
tutorial Add version warning 2017-08-10 21:51:02 -07:00
.gitignore
Makefile
advanced_foreword.rst clean up py3 info more 2016-06-05 15:45:39 -07:00
api.rst load env vars using python-dotenv 2017-07-16 13:37:51 -07:00
appcontext.rst fix doc build error 2017-05-27 10:43:57 -07:00
becomingbig.rst Fix grammar in docs 2016-10-24 13:20:54 +02:00
blueprints.rst clarify blueprint 404 error handling in docs 2016-07-02 17:03:36 -05:00
changelog.rst
cli.rst rewrite cli docs 2017-10-10 11:10:20 -07:00
conf.py fix links 2017-08-01 08:47:56 -07:00
config.rst mention that session signature checks max age 2017-08-01 08:28:32 -07:00
contents.rst.inc simplify logging configuration 2017-07-31 12:49:03 -07:00
contributing.rst update development resources 2017-05-28 10:26:07 -07:00
design.rst
errorhandling.rst simplify logging configuration 2017-07-31 12:49:03 -07:00
extensiondev.rst resolve merge conflicts 2017-05-25 17:21:32 -04:00
extensions.rst Add a link to Extension Development (#1875) 2016-06-03 07:15:00 +02:00
flaskdocext.py
flaskstyle.sty
foreword.rst
htmlfaq.rst minor revision of documentation. 2016-04-01 23:12:25 +02:00
index.rst
installation.rst rewrite cli docs 2017-10-10 11:10:20 -07:00
latexindex.rst
license.rst
logging.rst Fix typo in logging.rst (#2492) 2017-10-13 13:53:50 +02:00
logo.pdf
make.bat
python3.rst Fix small typo in python3 docs 2016-06-21 17:27:03 +02:00
quickstart.rst Fix code example for HTTP Methods 2017-12-05 17:59:04 +01:00
reqcontext.rst Updated request context documentation. 2017-05-22 11:28:58 -07:00
security.rst fix links 2017-08-01 08:47:56 -07:00
server.rst 1.0 -> 0.11 in the docs 2016-05-26 20:52:17 +02:00
shell.rst 1.0 -> 0.11 in the docs 2016-05-26 20:52:17 +02:00
signals.rst For Issue #2286: Replaces references to unittest in the documentation with pytest 2017-05-22 17:36:55 -07:00
styleguide.rst Fix typos/grammar in docs (#2201) 2017-03-06 14:05:59 +01:00
templating.rst Add docutils label for templates page 2017-06-12 16:07:24 -05:00
testing.rst clean up JSON code and docs 2017-06-04 11:44:00 -07:00
unicode.rst
upgrading.rst Fix typos/grammar in docs (#2201) 2017-03-06 14:05:59 +01:00
views.rst