Commit Graph

192 Commits

Author SHA1 Message Date
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
flowerhack bcba7eb397 Tweaked sqlite3 documentation 2014-11-03 12:11:02 -05: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 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
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
Nico Revin 22219f51e5 Update doclinks
Fix redirects and broken links
2014-07-24 23:30:50 +04: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
Wing 02b02543b3 Doc for add check upload file 2014-05-17 14:44:34 +08: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
Armin Ronacher a3ad5405a6 Updated documentation once more for new cli. 2014-04-29 01:03:32 +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
Armin Ronacher 8a46eec4f8 Fixed a reference in the docs. 2014-04-21 17:51:52 +02: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 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
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 6f44ca705f Fixed sqlite3 pattern. This fixes #924 2014-02-08 22:14:23 +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 1f638d63ff Merge pull request #948 from Spittie/patch-1
Update fileuploads.rst
2014-02-08 17:34:30 +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
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
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
Christopher Su 9cecf0d81c moved Table import to next code block 2013-10-22 11:37:35 -07:00
Sean Cronin a7f5d60789 Makes the error names consistent 2013-10-15 12:37:25 -04:00
rsyring fc85bf42ae Update appfactories.rst, make extension related section clearer 2013-10-11 08:39:46 -04:00
Christopher Su 8089eb5769 added missing import in sqlalchemy doc 2013-09-19 23:31:09 -07:00
Jet Sun 6ebe45b0ad Fix typo. 2013-09-07 17:42:06 -07:00
Bill Mill 159ae3dc26 Fix doc bug, clarify use of make_dicts 2013-07-31 22:06:15 -04:00
Armin Ronacher 335cbe01ce Fixed a typo 2013-06-11 20:18:26 +01:00
Armin Ronacher f9f8180f15 Added documentation on API error handlers 2013-06-09 17:26:10 +01:00
Armin Ronacher 29bda590b2 Modernized docs in a few places 2013-06-09 12:30:27 +01:00
Armin Ronacher 681cb8f366 Switch to teardown_appcontext for docs in sqlalchemy pattern 2013-06-07 15:42:49 +01:00
Armin Ronacher ef72b78042 Imply the |safe on tojson in templates and change escaping logic 2013-06-03 12:25:08 +01:00
Thomas Waldmann 8bb972e5ae fix minitwit/flaskr test errors, improve docs about file open mode
app.open_resource needs to get called with the correct mode param (python3
will read bytes [not str] if the wrong mode is used), add mode param docs.

rv.data is bytes, fix the data type we compare it with to be also bytes
2013-05-25 19:13:48 +02:00
Thomas Waldmann 40fad2ece8 document python 2.6 minimum requirement, remove all stuff that refers to 2.5 2013-05-18 17:06:25 +02:00
Armin Ronacher ef62e8440e Merge pull request #702 from edburnett/master
AJAX with jQuery documentation update
2013-05-14 03:25:49 -07:00
Jason Moon d1bf82b0f4 Fixed typo in URL Processor documentation 2013-04-14 00:10:38 -07:00
Ed Burnett 0a5d62f9ee Updated jquery.rst with the current Google Developer hosted libraries URL and jquery version 2013-03-26 16:56:05 -07:00
Markus Unterwaditzer 9d8674d5b6 Added more information about app factories. 2013-03-17 21:42:30 +01:00
Alex Couper a92588f161 Add closing html tag 2013-02-22 11:15:40 +00:00
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
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