Commit Graph

1058 Commits

Author SHA1 Message Date
Charles Chan 6c56e4231f Added OpenShift as a free hosting provider alternative 2015-03-31 16:13:29 -07:00
Torstein Krause Johansen 557a053e3b Moved noted about HTTP 500 before the code examples
- as suggested by @keyan
2015-03-31 19:16:33 +02:00
Torstein Krause Johansen 5dd9335aac Added note that @errorhandler(500) isn't triggered in debug mode 2015-03-31 17:35:29 +02:00
Winston Kouch 6bbbb72843 Add import flask module required to run code on Other Testing Tricks 2015-03-12 23:32:08 -04:00
Caleb Bron c0593efbb2 link to sqlalchemy declarative has changed 2015-03-12 10:26:06 -07:00
Winston Kouch 5f8c850895 Add extensions section to Quickstart documentation 2015-03-11 23:54:09 -04:00
Markus Unterwaditzer 9c1cf1bc08 Fix broken link 2015-03-05 22:04:53 +01:00
Markus Unterwaditzer 7ae1c5a8b9 Merge pull request #1325 from bsutherland/rqst_properteis_doc_iri_patch
Clarify contents of request properties.
2015-03-05 22:03:54 +01:00
Markus Unterwaditzer c282ab1ce2 Merge pull request #1354 from idrisr/master
improve grammar, make format consistent, and improve readability
2015-03-05 21:55:08 +01:00
Markus Unterwaditzer 0a492a09a8 Restructure Upload Progress Bars
- Removed dropzone.js, it hasn't been around long enough, maybe we need
  to update this in two years again.
- jQuery should be a proper rst link.
2015-03-04 18:43:59 +01:00
Markus Unterwaditzer 9a61e7d571 Merge remote-tracking branch 'sourya/master' 2015-03-04 18:40:35 +01:00
Idris Raja 81e8bbbb7f improve grammar, make format consistent, and improve readability 2015-02-19 09:57:56 -06:00
Jeff Widman ffe0c54891 Grammer and readability fixes 2015-02-09 01:03:08 -08:00
Bruce Sutherland 0d86a89420 Wrap text. 2015-01-22 09:12:18 +09:00
Bruce Sutherland 871077c81c Show requested URI as suggested by untitaker. 2015-01-21 20:52:42 +09:00
Bruce Sutherland 77141c1eca Update api.rst
Changed Japanese text to pi symbol, emphasize that values are unicode.
2015-01-21 15:00:38 +09:00
Bruce Sutherland 3bbe869dd7 Clarify contents of request properties.
Change URL to IRI and update examples to include extended characters.
2015-01-21 14:09:30 +09:00
Carlos Eduardo Rivera 65465ffece grammar fixes 2015-01-16 03:36:17 -06:00
Brett Gerry 6517a1a37c deprecate TextField in favor of StringField 2015-01-13 14:47:41 -08:00
Jochen Kupperschmidt e3bb34ec24 Added missing import.
As this specific code block lists imports in general and an import from the `flask` package specifically, it should also include `g` for the sake of completeness.
2015-01-13 03:03:14 +01:00
Sourya Vatsyayan a6ea6335a5 Updated file uploads progress bar section 2015-01-04 13:00:51 +05:30
Sourya Vatsyayan 50fef79b20 URL generation rule explained for file uploads 2015-01-03 23:32:51 +05:30
Sourya Vatsyayan d2a380451b URL generation rule explained 2015-01-03 20:30:30 +05:30
Parkayun 33534bb4a9 Happy New Year 2015 2015-01-02 11:35:00 +09:00
Sateesh b9eb805167 Update quickstart.rst
Minor grammar correction.
2014-12-30 22:40:13 +05:30
Markus Unterwaditzer bd2c8b631f Fix #1298 2014-12-30 12:08:17 +01:00
Nic Young 29ba05f5be Fix grammar in testing doc. 2014-12-29 22:11:17 -07:00
Wang Haowei 47b5c09ba6 fix typo 2014-12-25 11:52:11 +08:00
Markus Unterwaditzer b7dfa6c363 Merge pull request #1280 from jcomo/mongokit-doc-update
Update mongokit pattern
2014-12-17 13:28:24 +01:00
Jonathan Como bd4921194e verbage 2014-12-16 23:52:43 -08:00
Kevin Yap 23fc2e56a8 Grammatical fixes in Foreword and Tutorial 2014-12-16 11:30:00 -08:00
Jonathan Como a8498b6859 update mongokit patterng 2014-12-15 13:25:15 -08:00
Kevin Yap 475d7076f0 Standardized capitalization of "GitHub" in docs 2014-12-12 22:55:12 -08:00
Prakash Pandey 4d8cba917e Fixed wording 2014-12-09 22:46:10 +05:30
Markus Unterwaditzer f166894f76 Merge branch 'flask_deployment_docs'
Conflicts:
	docs/quickstart.rst
2014-12-04 22:39:28 +01:00
Markus Unterwaditzer 86525d9b37 Merge pull request #1264 from svenstaro/patch-1
Update information about Python 3
2014-12-04 22:36:31 +01:00
pkuphy fbe3e81818 Update api.rst
is an -> if a
2014-12-05 02:53:30 +08:00
Sven-Hendrik Haase a5d24ac0d9 Remove head lines and add versions of first Python 3 support 2014-12-02 21:09:45 +01:00
Sven-Hendrik Haase eb6df3ddf1 Describe the nature of Python 3 roughness 2014-12-02 20:46:46 +01:00
Sven-Hendrik Haase aaa3a04545 Admit the occasional encoding problem 2014-12-02 19:40:12 +01:00
Sven-Hendrik Haase 83336e0622 Update information about Python 3
Python 3 and Flask is a good combination nowadays that works rather well. In fact, [most PyPI libs](https://regebro.wordpress.com/2014/10/23/59-of-maintained-packages-support-python-3/) are now ported and it's generally ok to encourage people to use Python 3 for new projects.
2014-12-02 18:13:02 +01:00
David Cole cc8f47cf62 Small Typo fix 2014-11-30 19:28:36 -08:00
Mieszko 091852ef88 Minor typos cont. 2014-11-12 13:34:01 +01:00
Mieszko 5d9cdc65b5 Update sqlite3.rst 2014-11-08 22:21:27 +01:00
Mieszko 9db775e2dd Minor typos fixed
According to Cambrigde English Dictionary "web server" ==correct, "webserver" ==incorrect.
2014-11-06 23:42:44 +01:00
defuz 7e157ee589 docs: ``http://...`` 2014-11-05 11:42:40 +03:00
defuz 974e144843 docs: remove unnecessary colons 2014-11-05 10:37:34 +03:00
defuz 1501b79293 docs: :exc:`TypeError` 2014-11-05 08:16:27 +03:00
defuz 5562acfdfc docs: fix warnings 2014-11-05 08:04:06 +03:00
defuz d6f5eb8def docs: `script` -> ``script`` 2014-11-05 07:56:03 +03:00
defuz d338dc8a13 docs: ``.html``, ``.py`` 2014-11-05 07:52:04 +03:00
defuz d4b9b9854c docs: :mimetype:`application/json` 2014-11-05 07:43:00 +03:00
defuz 663802e976 docs: ``with``, ``for``, ``self`` 2014-11-05 07:39:54 +03:00
defuz 0bb4de1e3b docs: ``<body>``, ``|safe`` 2014-11-05 07:27:25 +03:00
defuz 17eee81da0 docs: ``Flask-Uploads``, ``X-Forwarded-Host`` 2014-11-05 07:23:47 +03:00
defuz 06d9a5e738 docs: :file:`/var/www/foo`, ``/static`` 2014-11-05 07:19:02 +03:00
defuz ad011bc32d docs: ``DEBUG``, ``SERVER_NAME``, ``PATH_INFO`` 2014-11-05 07:10:49 +03:00
defuz 02694d609f docs: :command:`pip`, :option:`--debug` 2014-11-05 07:03:55 +03:00
defuz 936e787cca docs: requirements.rst -> requirements.txt 2014-11-05 06:46:22 +03:00
defuz a8f570cc62 docs: :file:`app.py`, :file:`yourapp/templates` 2014-11-05 06:45:22 +03:00
defuz 3fa4fd0908 docs: http method names like ``GET`` and ``POST`` 2014-11-05 06:13:01 +03:00
defuz 8284217593 docs: ``True``, ``False`` and ``None`` 2014-11-05 06:04:58 +03:00
defuz 6dbb015b43 docs: `HTTP` -> HTTP 2014-11-05 05:56:02 +03:00
flowerhack bcba7eb397 Tweaked sqlite3 documentation 2014-11-03 12:11:02 -05:00
Mieszko 2cfdf7a839 Minor typos and spelling fixed
According to http://dictionary.cambridge.org/ "webserver" is incorrect, "web server" = correct
2014-11-03 10:29:05 +01:00
Markus Unterwaditzer a1b273658d Merge pull request #1222 from defuz/templates_auto_reload-eq-none
Set TEMPLATE_AUTO_RELOAD default value to None
2014-11-02 20:46:48 +01:00
Ivan Ivaschenko 6a6acfbb09 Using double-backticks: ``None`` 2014-11-02 22:41:38 +03:00
defuz 76f3d6b45e improve TEMPLATE_AUTO_RELOAD docs 2014-10-30 18:40:38 +03:00
Petr Zemek 3159c86166 Unify the uses of "sourcecode" vs "source code".
Use "source code", which is more grammatically correct.
2014-10-27 11:54:28 +01:00
Petr Zemek d1423b3e16 Unify the uses of "file system" vs "fileystem".
Use "filesystem", which is more prevailing in the source code.
2014-10-27 11:33:45 +01:00
Petr Zemek ebab6718f7 Unify the uses of "testsuite" vs "test suite".
Use "test suite", which is more prevailing in the source code.
2014-10-27 11:31:01 +01:00
defuz f88765d504 set TEMPLATE_AUTO_RELOAD default value to None 2014-10-26 18:28:12 +03:00
Markus Unterwaditzer 5c6d789e7b Fix broken link 2014-10-26 02:01:42 +02:00
Jeff Widman 193b94b0ea Fix typo: "lated later" >> "added later" 2014-10-25 03:14:01 -07:00
Markus Unterwaditzer a18dedc5d3 Merge pull request #1191 from nluchs/patch-2
Minor typo in errorpages.rst
2014-09-28 07:11:39 +02:00
Nick Luchsinger 37fb0516f4 Minor typos in sqlite3.rst
Self-explanatory.
2014-09-27 18:39:43 -07:00
Nick Luchsinger 55db14ec68 Minor typo in errorpages.rst 2014-09-27 15:34:08 -07:00
Markus Unterwaditzer a25ee7e060 Merge pull request #1186 from llimllib/master
some grammar fixes in docs/appcontext
2014-09-26 19:22:41 +02:00
Ben Darnell e401a83fc5 Stop recommending Tornado as a WSGI server
Tornado's WSGI server is less scalable than the alternatives and only really makes sense when you have a specific need to run both WSGI apps and Tornado-native apps in the same process. This recommendation has been an ongoing source of confusion, e.g. http://stackoverflow.com/questions/26015116/making-tornado-to-serve-a-request-on-a-separate-thread.

Fixes #986.
2014-09-25 09:35:46 -04:00
Bill Mill 3b3c5b8bf3 some grammar fixes in appcontext
* "in lack of" -> "for lack of"
* pillar's -> pillars
* ~~however~~
* a touch of cleanup to the "two ways" paragraph
* ~~on there~~
* "database connects" -> "database connections"
2014-09-21 23:03:41 -04:00
Kevin Funk 0632d53f3d Update quickstart.rst
url converters: match the [API docs](http://flask.pocoo.org/docs/0.10/api/#url-route-registrations)
2014-09-19 15:22:37 -07:00
cgar 013d8ad3d9 minor spelling fixes 2014-09-09 20:12:38 -04:00
Markus Unterwaditzer 750fa594d8 Shorten paragraph about builtin server 2014-09-06 23:05:00 +02:00
Markus Unterwaditzer 3d3b809347 Rewrite deployment docs 2014-09-06 22:20:02 +02:00
Armin Ronacher 6cd54a4835 Fixed some cross linking in the docs 2014-09-03 22:33:05 +02:00
Armin Ronacher bafc139810 Added EXPLAIN_TEMPLATE_LOADING to help people debug templates not being loaded. 2014-09-03 17:57:51 +02:00
boreq 3bd9cdce94 Added full_path to the Request object documentation. 2014-08-31 18:09:53 +02:00
Markus Unterwaditzer 96d7cc933a Merge pull request #1161 from pbu88/master
Fix warnings and code styling in the doc
2014-08-28 17:02:27 +02:00
Paulo Bu b81f72070e Fix warnings and code styling in the doc
There was a blank line missing that was generating a warning when
building the doc. Also, a removed function from cli.py was left in api.rst
(without_appcontext specifically) so this was also generating warnings.

Also corrects the format for a code block and adds a link to Werkzeug's Headers
class.
2014-08-28 16:51:53 +02:00
Markus Unterwaditzer 7db5232572 Don't mention Flask dev releases anymore
Fix #1155
2014-08-28 16:12:00 +02:00
Armin Ronacher 7c16054d81 Updated the logging documentation for recent changes. 2014-08-27 01:22:01 +02:00
Armin Ronacher 84ad89ffa4 Always log now, even if debug is off. 2014-08-27 01:08:19 +02:00
Armin Ronacher afb613ca43 Added some missing documentation information. 2014-08-26 10:03:15 +02:00
Armin Ronacher d1821b3a07 Updated intersphinx 2014-08-26 10:03:08 +02:00
Armin Ronacher 932f7d7cbb Refactored the scripting interface greatly. 2014-08-25 16:50:22 +02:00
Kyle P. Johnson 71b525e1fa typos 2014-08-14 16:16:58 -04:00
Daniel Neuhäuser f6618c7638 Merge pull request #1099 from root-11/patch-1
Update schema.rst
2014-07-27 13:31:59 +02:00
Daniel Neuhäuser c048aed65a Merge pull request #1112 from methane/patch-3
Update python3.rst
2014-07-27 13:22:36 +02:00
INADA Naoki a61347b902 Update python3.rst 2014-07-27 02:47:33 +09:00
Daniel Neuhäuser 02f0c755a3 Merge pull request #1117 from lord63/patch-1
Fix some typos
2014-07-26 17:26:31 +02:00
lord63 29768ce45e Correct the mistake again. 2014-07-26 22:43:52 +08:00
INADA Naoki efdf2e1212 Update python3.rst 2014-07-26 21:47:41 +09:00
lord63 e429e47a96 Correct the mistakes. 2014-07-26 20:15:36 +08:00
Daniel Neuhäuser 221aaa56c9 Merge pull request #1122 from milesrichardson/master
fixed typo -- missing "are" in docs/signals.rst
2014-07-26 10:43:00 +02:00
Nico Revin 22219f51e5 Update doclinks
Fix redirects and broken links
2014-07-24 23:30:50 +04:00
Miles Richardson c8ce5326b4 fixed typo -- missing "are" in docs/signals.rst 2014-07-15 15:19:00 +08:00
lord63 02e7bec21c Fix typos in config.rst 2014-07-14 15:08:52 +08:00
lord63 7777b06809 Fix a typo in config.rst 2014-07-14 15:08:52 +08:00
lord63 de5bb759e3 Fix typos in shell.rst 2014-07-14 15:08:31 +08:00
lord63 3e9f074d05 Update becomingbig.rst 2014-07-14 15:08:31 +08:00
lord63 92191fb9d9 Fix a typo in templating.rst 2014-07-14 15:07:52 +08:00
INADA Naoki 931be87475 Update python3.rst
Fixes #1101
2014-07-10 23:01:32 +09:00
Kenneth Reitz 577581665c Merge pull request #1105 from limeburst/master
Fix typo in cli docs
2014-07-08 14:21:53 -04:00
INADA Naoki add59a91cf Stop recommending Python 2.6 2014-07-07 21:17:20 +09:00
Jihyeok Seo f5b15c2a35 Fix typo in cli docs 2014-07-06 00:32:31 +09:00
root-11 2d992e7f13 Update schema.rst
The error is that sqlite3 needs escaping on the database column 'text' in the line:
text text not null
so that it becomes:
'text' text not null

The example on mitsuhiko/flask is correct and helped me detecting the mistake.
2014-07-01 15:57:50 +01:00
Kenneth Reitz 0ce47a365f Merge pull request #1096 from slater/patch-1
Update dbcon.rst
2014-06-30 19:42:32 -04:00
Mark Slater 35282a881e Update dbinit.rst
"require" -> "requires"
2014-06-29 15:51:03 -07:00
Mark Slater 171253a0eb Update dbcon.rst
"Teared" should be "torn", I think?
2014-06-29 15:48:52 -07:00
Kenneth Reitz 8efbae917b Merge pull request #1088 from lord63/master
Update installation.rst
2014-06-18 03:03:42 +08:00
Wxcafé (Clément Hertling) 777e23f81e Update mod_wsgi.rst
Changes deprecated pkg_add to pkg install, adds documentation for yum
2014-06-16 22:07:20 +02:00
lord63 c44a6111bc Update installation.rst 2014-06-16 18:59:33 +08:00
lord63 a8fd417b31 Update installation.rst
Add descriptions about how leave from the virtual environment.
2014-06-16 18:39:16 +08:00
EJ Lee 6b9370a854 Update mod_wsgi.rst
note configuration changes in apache 2.4
2014-06-02 21:28:27 +09:00
Kenneth Reitz 76456dc3b2 Merge pull request #1075 from brannerchinese/master
add `Table` to import in `sqlalchemy.rst` example
2014-05-30 13:39:21 -04:00
David Branner fb5d674488 add `Table` to import in `sqlalchemy.rst` example 2014-05-30 12:48:49 -04:00
Kenneth Reitz 16a7dd06aa Merge pull request #1062 from SteelyWing/patch-2
Doc for add check upload file
2014-05-27 12:10:37 -04:00
Kenneth Reitz 1eede1de1f Merge pull request #1064 from kekumu/patch-adv-foreword
Ambiguity in Advanced Foreword
2014-05-27 12:09:38 -04:00
Bulat Bochkariov bd888eaa61 Fixed a typo. 2014-05-20 21:54:54 -07:00
kekumu 305ccd5df9 Update advanced_foreword.rst
I think the doc is supposed to read, "Because of that, Flask has a few design choices that some people might find surprising or unorthodox."

Otherwise, it could possibly mean, "Because of that, Flask has few design choices that people would find surprising or unorthodox."

Or perhaps even less ambiguous, "Because of that, Flask has few surprising or unorthodox design choices."
2014-05-19 01:52:58 -04:00
Wing 02b02543b3 Doc for add check upload file 2014-05-17 14:44:34 +08:00
Ian Connolly 367a168d86 Fixes #1051 2014-05-13 22:11:05 +01:00
Kenneth Reitz 807067001f Merge pull request #1054 from lord63/master
fix a small mistake in setup.rst
2014-05-12 12:23:22 -04:00
lord63 2b8a281c1c fix a small mistake in setup.rst 2014-05-12 16:01:53 +08:00
Ian Connolly fcec4b140c Fix a tiny spelling error: untilization -> utilization 2014-05-11 13:46:58 +01:00
lord63 4a6f932610 fix a small mistake in setup.rst 2014-05-11 14:08:35 +08:00
Kenneth Reitz 32d32249d5 Merge pull request #1050 from julen/doc-fixes
Docs: fixes
2014-05-09 15:50:11 +02:00
Kenneth Reitz 8fd1825551 Merge pull request #1010 from plumdog/master
Tweaks to docs/patterns/viewdecorators.rst
2014-05-09 15:48:36 +02:00
Julen Ruiz Aizpuru a700cb2a76 Docs: fixes 2014-05-07 22:37:13 +02:00
Armin Ronacher 3569fc2441 Greatly refactored click integration and documented it a bit more. 2014-05-07 21:35:51 +02:00
Armin Ronacher b9013ede22 Clarified how to test with click 2014-05-02 11:50:00 +01:00
Armin Ronacher a3ad5405a6 Updated documentation once more for new cli. 2014-04-29 01:03:32 +02:00
Armin Ronacher a3a5075a94 Updated tutorial to the flask script 2014-04-28 15:18:27 +02:00
Armin Ronacher 984142072b Added missing documentation page 2014-04-28 13:31:21 +02:00
Armin Ronacher 67e4d3ee63 Merge branch 'master' of github.com:mitsuhiko/flask 2014-04-28 13:29:31 +02:00
Armin Ronacher e9d1fc47bf Updated docs for click support 2014-04-28 13:27:13 +02:00
Daniel Neuhäuser ea73571a54 Merge pull request #1032 from cgar/spelling
few mispelling errors
2014-04-26 02:12:51 +02:00
Daniel Neuhäuser e991bef574 Switch diveintohtml5.org to diveintohtml5.info 2014-04-26 01:39:22 +02:00
Daniel Neuhäuser 13293b499f Use libevent.org 2014-04-26 01:38:20 +02:00
Daniel Neuhäuser 51228ad0d1 Use https for devcenter.heroku.com 2014-04-26 01:37:19 +02:00
Daniel Neuhäuser 52def324b8 Use https instead of http for docs.python.org 2014-04-26 01:36:36 +02:00
Daniel Neuhäuser e89c867d62 Switch packages.python.org to pythonhosted.org 2014-04-26 01:35:37 +02:00
Daniel Neuhäuser 34871a286e Switch pypi links to https
To which the http version redirects permanently
2014-04-26 01:30:28 +02:00
Daniel Neuhäuser 954eeb8d17 Fix Jinja link 2014-04-26 01:26:12 +02:00
Daniel Neuhäuser b5e78425be Link to https version of python docs
To which the http version permanently redirects
2014-04-26 01:24:07 +02:00
Daniel Neuhäuser 20edb3189c Fix Pocoo documentation links 2014-04-26 01:20:12 +02:00
Carlos E. Garcia 52fa195d45 few mispelling errors 2014-04-23 10:46:38 -04:00
Armin Ronacher 8a46eec4f8 Fixed a reference in the docs. 2014-04-21 17:51:52 +02:00
atupal 132c2c4c79 missed word.
request tstack -> request context stack
2014-04-02 09:16:43 +08:00
Andrew Plummer b2b531a36b Tweak wording in viewdecorators.rst 2014-03-26 16:52:06 +00:00
Andrew Plummer db1be12aea Fix import in viewdecorators.rst for @templated 2014-03-26 16:40:25 +00:00
Kenneth Reitz 21f3ad2671 Merge pull request #830 from hntw/patch-1
Update blueprints.rst - Add Error Handlers
2014-03-21 16:54:35 -04:00
Kenneth Reitz 7e4d51c91c Merge pull request #869 from christophersu/doc-fix-1
Add missing import on SQLAlchemy documentation page
2014-03-21 16:46:05 -04:00
Kenneth Reitz 7f5b6c692d Merge pull request #876 from defuz/templates-auto-reload
Add TEMPLATES_AUTO_RELOAD config key
2014-03-21 16:43:20 -04:00
Kenneth Reitz 02eb9c99fd Merge pull request #977 from Ivoz/patch-1
Update windows installation and other notes
2014-03-21 16:36:12 -04:00
Kyle Stevenson 8cd66bf178 Small punctuation change in unicode doc
Just makes it easier on the eyes/brain.
2014-03-19 10:23:17 -07:00
Daniel Neuhäuser 69db1e9b1f Merge pull request #872 from dmackinnon/patch-1
Fix typo
2014-03-13 20:38:41 +01:00
Daniel Neuhäuser 718c3a3ce7 Merge pull request #874 from defuz/patch-1
fix typo (jsonfiy -> jsonify)
2014-03-13 20:38:19 +01:00
Daniel Neuhäuser caa0c00420 Merge pull request #878 from shamrin/patch-1
quickstart: import `request` in HTTP methods example
2014-03-13 20:33:46 +01:00
Eliseo Ocampos ffff509cf0 Added 'import os' statement
Added 'import os' statement so you can use os.path.join() when defining DATABASE location
2014-03-04 14:57:12 -08:00
Joe Friedl 19baae3d34 Update docs copyright date
Happy belated New Year!
2014-02-13 10:28:21 -05:00
Matt Iversen a8e88bebd1 Update windows installation and other notes
Making allowance for new convenience of `get-pip.py` that automatically installs setuptools and pip together.

Stop recommending distribute, which has now been merged into setuptools.
2014-02-11 07:24:31 +11:00
Armin Ronacher 82f99f42a8 Disarmed a sentence a bit 2014-02-09 13:35:38 +00:00
Armin Ronacher 47a41b645f Merge pull request #884 from rsyring/patch-2
Update appfactories.rst, make extension related section clearer
2014-02-09 13:27:35 +00:00
Armin Ronacher ba36d57729 Merge pull request #897 from d3spis3d/master
URL Reversing in Quickstart Doc #779
2014-02-09 13:20:46 +00:00
Armin Ronacher 6f44ca705f Fixed sqlite3 pattern. This fixes #924 2014-02-08 22:14:23 +00:00
Armin Ronacher a8a98bc6b6 Various documentation fixups 2014-02-08 22:10:08 +00:00
Armin Ronacher 9074bc46af Switch away from /tmp for windows users 2014-02-08 22:07:13 +00:00
Armin Ronacher e95cef66a3 Merge pull request #931 from aphexcx/patch-1
Update celery.rst
2014-02-08 17:47:22 +00:00
Armin Ronacher 1bddb30e4a Merge pull request #935 from markhildreth/doc-fix
Fixed incorrect grammar in Config.rst
2014-02-08 17:40:30 +00:00
Armin Ronacher 05caa5a50d Merge pull request #942 from bool-dev/patch-1
Updated greenlet links, which were dead.
2014-02-08 17:34:42 +00:00
Armin Ronacher 1f638d63ff Merge pull request #948 from Spittie/patch-1
Update fileuploads.rst
2014-02-08 17:34:30 +00:00
Armin Ronacher c9bf907037 Merge pull request #938 from ahlen/response-with-headers-without-status
Enable tuple responses with headers without status
2014-02-08 17:32:01 +00:00
Armin Ronacher 58b4fc209a Merge pull request #955 from ifiokjr/patch-1
Update appcontext.rst
2014-02-08 17:24:33 +00:00
Armin Ronacher f5a02b9495 Added a warning about key sorting 2014-02-08 16:27:26 +00:00
Armin Ronacher ccc2de1997 Merge pull request #962 from nZac/JSON-Support-doc-update
added a note to the api documentation about JSON_SORT_KEYS. Fixes #922
2014-02-08 16:26:27 +00:00
Alex Pearce 3d6de4dd79 Explicitly pass the Celery instance name.
When starting a Celery worker module, it is assumed that the Celery instance within the module is called `app`. This is not the case in the Celery pattern, where it is called `celery`, and so must be explicitly referenced.
2014-02-05 20:11:06 +00:00
Nicholas Zaccardi ea656a8909 added a note to the api documentation about JSON_SORT_KEYS. Fixes #922 2014-01-24 19:21:24 -06:00
Ifiok Jr. cb61696b47 Update appcontext.rst
small edit
2014-01-20 04:28:40 +00:00
Spittie de3dbd3125 Update fileuploads.rst
secure_filename is under werkzeug.utils (http://werkzeug.pocoo.org/docs/utils/)
2014-01-12 02:54:08 +01:00
skeuomorf cf0953619e Added a favicon for the docs 2014-01-06 17:58:54 +02:00
bool-dev 85aa4ec8c1 Updated greenlet links, which were dead. 2014-01-04 17:21:18 +05:30
Mikael Åhlén 70f8b39c52 added a new behaviour for responses that enable the tuple to be in the form of (response, headers) and continiue to support the (response, status, headers) format. 2013-12-31 22:16:13 +01:00
Mark Hildreth 6a37c1716d Fixed incorrect grammar in Config.rst
Fixed incorrect grammar in "SESSION_REFRESH_EACH_REQUEST" configuration description.
2013-12-24 14:36:28 -05:00
Afik 67c165bcbb Update celery.rst
With the latest version of Celery (3.1.6), following this tutorial produces the following error when attempting to start the celery worker: 

    user_preload = tuple(self.app.user_options['preload'] or ())
AttributeError: 'Flask' object has no attribute 'user_options'

Using `app` as the variable name here confuses celery. Renaming `app` to `flask_app` in the tutorial solves the issue and allows the celery worker to start successfully.
2013-12-16 22:04:51 -08:00
Armin Ronacher afd3c4532b Rewrapped lines 2013-11-09 13:41:09 +00:00
Reetta Vaahtoranta 0d648fa468 Changed the wording of some sentences there were difficult to understand. 2013-11-09 13:13:14 +00:00
Pengfei Xue ecb31c6804 fix typo 2013-10-30 16:45:44 +08:00
d3spis3d 05dbf52fa5 URL Reversing in Quickstart #779
Updated quickstart to make clear that URL reversing refers to the use of
url_for() to build the URL. Issue #779
2013-10-30 11:29:18 +11:00
Christopher Su 9cecf0d81c moved Table import to next code block 2013-10-22 11:37:35 -07:00