flask/docs/patterns
Gennady Kovshenin 82b29c09ac Use sqlite3.Row factory in Flaskr
As pointed out in issue #588 sqlite3.Row should be used instead of
using casting to dict(). Also altered the "Easy Querying" Patterns
example to include the more correct way to return rows as dicts.
Did not touch Tutorial examples ("Views"), as these are not up to
date with the current Flaskr code, and the "Show Entries" section
points out the "Easy Querying" section on how to convert to a
dict().
2012-11-05 06:00:46 +06:00
..
appdispatch.rst Fix typo pointed out by tri on #pocoo. 2012-04-18 15:54:04 -04:00
appfactories.rst Merge branch 'master' into blueprints 2011-06-20 08:44:02 +02:00
caching.rst appengine -> app engine 2010-05-27 13:54:40 +02:00
deferredcallbacks.rst Updated the documentation to show how to set cookies for not yet existing responses 2011-09-05 18:51:47 +02:00
distribute.rst Added chapter about fabric based deployments 2010-07-06 16:07:13 +02:00
errorpages.rst Less annoying gender neutral forms 2011-06-28 14:34:07 +02:00
fabric.rst Bug fix in the documentation for Deploying with Fabric: as of Fabric 1.0, in the local() function capture=False by default, so it must be explicitly set to capture=True so it returns a python string (http://docs.fabfile.org/en/1.0.1/api/core/operations.html#fabric.operations.local) 2011-06-21 10:05:26 -05:00
favicon.rst No reference for favicon 2011-01-24 13:51:06 +01:00
fileuploads.rst be consistent with app.config['UPLOAD_FOLDER'] 2011-07-15 19:02:19 +02:00
flashing.rst Fix Message Flashing doc, from SwashBuckla #pocoo. 2012-01-31 05:46:18 -05:00
index.rst Added a new example for checksums on input data. This fixes #601 2012-10-07 15:46:21 +02:00
jquery.rst Use American English for "behavior" in docs. 2012-04-19 11:51:38 -04:00
lazyloading.rst Fixed small typos in docs. Added a cross-ref. 2010-10-07 19:32:07 +08:00
methodoverrides.rst Added HTTP override middleware to docs. This fixes #582 2012-10-07 13:02:05 +02:00
mongokit.rst Merge pull request #479 from dmishe/patch-1 2012-06-17 06:25:10 -07:00
packages.rst Update docs/patterns/packages.rst 2012-03-20 22:07:58 +01:00
requestchecksum.rst Added a new example for checksums on input data. This fixes #601 2012-10-07 15:46:21 +02:00
sqlalchemy.rst Fixed small mistake in sqlalchemy pattern 2012-09-04 00:51:45 -03:00
sqlite3.rst Use sqlite3.Row factory in Flaskr 2012-11-05 06:00:46 +06:00
streaming.rst Added flask.stream_with_context 2012-06-27 15:06:39 +01:00
templateinheritance.rst Minor documentation typo / grammar fixes 2011-07-19 16:42:11 -05:00
urlprocessors.rst fixed typo 2011-07-10 09:25:08 -07:00
viewdecorators.rst Less annoying gender neutral forms 2011-06-28 14:34:07 +02:00
wtforms.rst Update docs/patterns/wtforms.rst 2012-02-25 15:29:13 -05:00