Commit Graph

628 Commits

Author SHA1 Message Date
Armin Ronacher 05f162329d Added celery pattern 2013-01-27 00:38:25 +00:00
Kenneth Reitz 3fdcefbcda Merge pull request #625 from soulseekah/master
Use sqlite3.Row factory in Flaskr (#588)
2013-01-24 20:22:02 -08:00
Kenneth Reitz 1e14783abd Merge pull request #665 from trungly/deferred_callbacks_fix
Update docs/patterns/deferredcallbacks.rst
2013-01-24 19:02:30 -08:00
Trung Ly b4fc4412e8 Update docs/patterns/deferredcallbacks.rst
fix example code in Deferred Callback docs: don't set response upon executing callback
2013-01-14 14:53:06 -08:00
Baiju Muthukadan 7a3d74f19f WSGI specification has finalized for Python 3
Mention Python 3.x is not supported
2013-01-04 14:40:08 +05:30
Kenneth Reitz ff2e8449ff 2013 2012-12-31 18:00:58 -05:00
Armin Ronacher ab3d9d12c6 Merge pull request #655 from oliversong/master
SQLite doesn't recognize data type "string"
2012-12-27 07:23:30 -08:00
Armin Ronacher e101655820 Merge pull request #649 from erikrose/doc-typos
Fix a typo in the deferred-callbacks docs.
2012-12-27 07:22:25 -08:00
Armin Ronacher dfdbc00eaf Merge pull request #653 from methane/patch-1
docs/extensiondev: Use `current_app` instead of `self.app`
2012-12-27 07:22:05 -08:00
Armin Ronacher 7ec45c2d02 Merge pull request #654 from untitaker/print_in_cgi2
Fixing my own pull request #647
2012-12-27 07:20:39 -08:00
oliversong cc82feb084 Changing string to text in schema files 2012-12-26 00:05:18 -05:00
Armin Ronacher 1949c4a9ab flask.g is now on the app context and not the request context 2012-12-21 11:45:42 +01:00
Markus Unterwaditzer c549e583c4 Fixing my own pull request #647
Wrote "stdin" instead of "stdout".
2012-12-19 15:49:13 +01:00
INADA Naoki be0b5196bf Update docs/extensiondev.rst
Use `current_app` instead of `self.app`.
2012-12-13 19:03:54 +09:00
Erik Rose a319516518 Fix a typo in the deferred-callbacks docs. 2012-12-11 14:11:27 -08:00
Markus Unterwaditzer 160aa80781 Added hint about print statements in CGI.
Fix #646
2012-12-10 21:56:49 +01:00
Kenneth Reitz fedc96c0b9 Merge pull request #609 from MostAwesomeDude/master
docs/deploying/wsgi-standalone: Add Twisted Web.
2012-11-15 18:37:35 -08:00
Kenneth Reitz 2fabc65505 Merge pull request #624 from soulseekah/patch-1
missing ' in templating example
2012-11-15 17:58:36 -08:00
Kenneth Reitz 4515b838ea Merge pull request #634 from maxcountryman/master
correcting typo
2012-11-15 17:56:45 -08:00
Max Countryman b6dac3812f really fixing it this time 2012-11-12 17:00:51 -08:00
Max Countryman 30a51f2573 correcting typo 2012-11-12 16:58:38 -08:00
Max Countryman caefb67ccd correcting typo 2012-11-05 15:31:07 -08:00
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
soulseekah 3c54f30c2b missing ' in example
Results in SyntaxError: EOL while scanning string literal
2012-11-03 18:06:23 +06:00
Armin Ronacher 8339cb3508 Added support for unicode json dumping. This fixes #535 2012-10-18 00:48:15 +01:00
Markus Unterwaditzer 7ee40e9348 Fix #611
Minor but confusing typo in tutorial.
2012-10-16 21:56:51 +02:00
Corbin Simpson f6a5a7a0cc docs/deploying/wsgi-standalone: Add Twisted Web.
I've been meaning to do this for quite some time, but I never got around to
it. Hopefully this is neutral and useful enough to be included in the main
docs.
2012-10-11 14:05:01 -07:00
Armin Ronacher c2e5799879 Updated examples to new sqlite patterns and added new section to appcontext docs 2012-10-09 14:02:32 -05:00
Armin Ronacher f34c028125 Added template tests and made config a true global 2012-10-08 07:01:49 +02:00
Armin Ronacher b146d8277a Added wrapper module around simplejson/json for much simplified customization. 2012-10-07 23:31:48 +02:00
Armin Ronacher b5bb49d080 Added a new example for checksums on input data. This fixes #601 2012-10-07 15:46:21 +02:00
Armin Ronacher c01d36aabd Merge pull request #548 from SimonSapin/patch-6
Remove the unused `ScriptNameStripper.to_strip` in the FastCGI doc example
2012-10-07 06:06:45 -07:00
Armin Ronacher aecb760c6a Merge pull request #550 from AkaiKitsune/master
Added Windows documentation for mod_wsgi usage
2012-10-07 06:06:23 -07:00
Armin Ronacher 5b462dd382 Fixed a typo in the docs. This fixes #576 and #575 2012-10-07 14:50:21 +02:00
Armin Ronacher 18413ed1bf Added HTTP override middleware to docs. This fixes #582 2012-10-07 13:02:05 +02:00
Armin Ronacher b2cf9e7212 Merge pull request #590 from pinchsp/master
Fixed small error in SQLAlchemy patterns documentation
2012-10-07 03:56:35 -07:00
Armin Ronacher 39329bfc07 Merge pull request #591 from finbarrocallaghan/master
fixed some typos
2012-10-07 03:54:58 -07:00
Armin Ronacher b2fc9febdd Merge pull request #607 from jfinkels/patch-3
Update docs/quickstart.rst
2012-10-07 03:49:36 -07:00
Armin Ronacher 261c4a6aee Updated documentation for the new sessions 2012-10-07 12:40:59 +02:00
Armin Ronacher e1a576122b Merge branch 'json-sessions' 2012-10-07 10:33:37 +02:00
jfinkels 639817b621 Update docs/quickstart.rst
Removed incorrect syntax and simplified remaining sentence.
2012-10-05 02:49:55 -03:00
Armin Ronacher 22af78a96f Removed outdated sentence in the testing docs 2012-09-21 01:02:42 +09:00
Finbarr O'Callaghan e8d50a7aba fixed spelling but not the grammar! 2012-09-06 18:19:50 +01:00
Finbarr O'Callaghan 48f7cdd016 various typo fixes 2012-09-06 18:04:51 +01:00
pinchsp 69e419e020 Fixed small mistake in sqlalchemy pattern 2012-09-04 00:51:45 -03:00
Kenneth Reitz 80b2689335 Merge pull request #577 from brousch/patch-2
Added _ to fix link to extensions in Hook. Extend.
2012-08-26 10:25:56 -07:00
Kenneth Reitz 1dde7b8be7 Merge pull request #563 from joepie91/master
Fix for lighttpd regex
2012-08-26 10:20:54 -07:00
Alex Morega 11c746189d Fix code example in pluggable views documentation 2012-08-20 16:57:39 +03:00
Ben Rousch 77c2c3b183 Added _ to fix link to extensions in Hook. Extend.
I missed the trailing _ to make a link in my first patch to add the link to extensions. 
Sorry about that.
2012-08-17 16:45:04 -03:00
Armin Ronacher a4977cfe2b Removed outdated section in the docs 2012-08-11 03:13:16 +01:00