flask/docs
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
..
_static added images 2010-06-07 21:54:56 +02:00
_templates Automate .mobi generation of docs, #388. 2012-01-26 13:24:15 -05:00
_themes@3d964b6604 Fixed submodules. Once again -.- 2010-07-28 01:32:39 +02:00
deploying Merge pull request #548 from SimonSapin/patch-6 2012-10-07 06:06:45 -07:00
patterns Use sqlite3.Row factory in Flaskr 2012-11-05 06:00:46 +06:00
tutorial Fix #611 2012-10-16 21:56:51 +02:00
.gitignore Started working on documentation. 2010-04-06 16:02:14 +02:00
advanced_foreword.rst Revise foreword and Becoming Big docs, #484. 2012-04-23 23:42:58 -04:00
api.rst Added wrapper module around simplejson/json for much simplified customization. 2012-10-07 23:31:48 +02:00
appcontext.rst Updated examples to new sqlite patterns and added new section to appcontext docs 2012-10-09 14:02:32 -05:00
becomingbig.rst Added _ to fix link to extensions in Hook. Extend. 2012-08-17 16:45:04 -03:00
blueprints.rst Fix Blueprint example with template_folder, #403. 2012-02-14 18:13:29 -05:00
changelog.rst Added changelog, restructured docs a bit. 2010-04-20 20:21:01 +02:00
conf.py 2012 2012-04-01 20:57:50 -04:00
config.rst Added support for unicode json dumping. This fixes #535 2012-10-18 00:48:15 +01:00
contents.rst.inc Revise foreword and Becoming Big docs, #484. 2012-04-23 23:42:58 -04:00
design.rst Fixing some wording in the design documentation. 2012-07-20 14:29:10 -07:00
errorhandling.rst Update docs/errorhandling.rst 2012-02-25 15:29:13 -05:00
extensiondev.rst Emended extensiondev.rst. 2012-05-30 20:23:02 -07:00
extensions.rst Reworded before 0.8 ext docs. 2011-09-20 18:57:37 +02:00
flaskdocext.py Tweaked autodoc to skip :internal: methods. 2011-08-07 14:15:33 +02:00
flaskext.py Heavily improved documentation 2010-04-11 02:20:10 +02:00
flaskstyle.sty Fixed line numbers for flask pdf 2011-02-06 11:56:55 +01:00
foreword.rst Revise foreword and Becoming Big docs, #484. 2012-04-23 23:42:58 -04:00
htmlfaq.rst Use American English for "behavior" in docs. 2012-04-19 11:51:38 -04:00
index.rst commas after introductory phrases 2012-01-16 21:25:54 -05:00
installation.rst Use 'venv' consistently for virtualenv directory. 2012-04-18 15:44:07 -04:00
latexindex.rst Added interactive Python docs, fixed part style. 2010-05-24 18:37:48 +02:00
license.rst Fixed small typos in docs. Added a cross-ref. 2010-10-07 19:32:07 +08:00
logo.pdf Updated logo in the PDF docs 2010-05-12 02:06:40 +02:00
make.bat Started working on documentation. 2010-04-06 16:02:14 +02:00
Makefile Started working on documentation. 2010-04-06 16:02:14 +02:00
quickstart.rst Update docs/quickstart.rst 2012-10-05 02:49:55 -03:00
reqcontext.rst Fixed some smaller things in the docs 2012-04-09 17:38:08 +01:00
security.rst Less annoying gender neutral forms 2011-06-28 14:34:07 +02:00
shell.rst Started work on new request dispatching. Unittests not yet updated 2011-05-27 20:10:53 +02:00
signals.rst Fixed a typo in the docs. This fixes #576 and #575 2012-10-07 14:50:21 +02:00
styleguide.rst Fixed some small typos in the documentation. 2011-03-13 21:14:06 -04:00
templating.rst Added template tests and made config a true global 2012-10-08 07:01:49 +02:00
testing.rst Removed outdated sentence in the testing docs 2012-09-21 01:02:42 +09:00
unicode.rst Minor spelling fixes 2010-11-19 13:28:52 +01:00
upgrading.rst Merge pull request #591 from finbarrocallaghan/master 2012-10-07 03:54:58 -07:00
views.rst Fix code example in pluggable views documentation 2012-08-20 16:57:39 +03:00