Markus Unterwaditzer
|
f5cff2fa3f
|
Merge branch 'AndrewBMartin-patch-1'
|
2015-06-06 03:35:22 +02:00 |
|
Andrew
|
2a9385d8c3
|
Include backend argument when instantiating Celery
Not including the backend argument can lead to AttributeError:
DisabledBackend object has no attribute for '_get_task_meta_for'.
See e.g.
http://stackoverflow.com/questions/23215311/celery-with-rabbitmq-attributeerror-disabledbackend-object-has-no-attribute.
At the same time, including the backend argument doesn't seem to harm anything else.
|
2015-06-06 03:35:04 +02:00 |
|
Alex Chan
|
f4a53e97ea
|
Fix a few spelling mistakes in the docs
|
2015-04-03 20:43:40 +01:00 |
|
Torstein Krause Johansen
|
aecb94415d
|
Moved noted about HTTP 500 before the code examples
- as suggested by @keyan
|
2015-03-31 19:16:33 +02:00 |
|
Torstein Krause Johansen
|
b63389da16
|
Added note that @errorhandler(500) isn't triggered in debug mode
|
2015-03-31 17:35:29 +02:00 |
|
Caleb Bron
|
7d19de620d
|
link to sqlalchemy declarative has changed
|
2015-03-12 10:26:06 -07:00 |
|
Markus Unterwaditzer
|
b945038f3a
|
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
|
7f31742059
|
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
|
76f3c29d93
|
Merge remote-tracking branch 'sourya/master'
|
2015-03-04 18:40:35 +01:00 |
|
Idris Raja
|
fc27254128
|
improve grammar, make format consistent, and improve readability
|
2015-02-19 09:57:56 -06:00 |
|
Brett Gerry
|
9cf23c47df
|
deprecate TextField in favor of StringField
|
2015-01-13 14:47:41 -08:00 |
|
Sourya Vatsyayan
|
a184d41295
|
Updated file uploads progress bar section
|
2015-01-04 13:00:51 +05:30 |
|
Sourya Vatsyayan
|
87d935d6fa
|
URL generation rule explained for file uploads
|
2015-01-03 23:32:51 +05:30 |
|
Sourya Vatsyayan
|
af9d25985c
|
URL generation rule explained
|
2015-01-03 20:30:30 +05:30 |
|
Markus Unterwaditzer
|
f115d30022
|
Merge pull request #1280 from jcomo/mongokit-doc-update
Update mongokit pattern
|
2014-12-17 13:28:24 +01:00 |
|
Jonathan Como
|
0e5185eb67
|
verbage
|
2014-12-16 23:52:43 -08:00 |
|
Jonathan Como
|
6edaf51457
|
update mongokit patterng
|
2014-12-15 13:25:15 -08:00 |
|
Kevin Yap
|
33131af648
|
Standardized capitalization of "GitHub" in docs
|
2014-12-12 22:55:12 -08:00 |
|
Mieszko
|
5d3a298a36
|
Minor typos cont.
|
2014-11-12 13:34:01 +01:00 |
|
Mieszko
|
a7eefc2b46
|
Update sqlite3.rst
|
2014-11-08 22:21:27 +01:00 |
|
Mieszko
|
8c85c909d2
|
Minor typos fixed
According to Cambrigde English Dictionary "web server" ==correct, "webserver" ==incorrect.
|
2014-11-06 23:42:44 +01:00 |
|
defuz
|
e34067af29
|
docs: fix warnings
|
2014-11-05 08:04:06 +03:00 |
|
defuz
|
8be648cfa2
|
docs: script -> `script`
|
2014-11-05 07:56:03 +03:00 |
|
defuz
|
f865a7ffd6
|
docs: `.html, .py`
|
2014-11-05 07:52:04 +03:00 |
|
defuz
|
b9d849475d
|
docs: :mimetype:application/json
|
2014-11-05 07:43:00 +03:00 |
|
defuz
|
62019cf705
|
docs: `with, for, self`
|
2014-11-05 07:39:54 +03:00 |
|
defuz
|
86bfee2133
|
docs: `<body>, |safe`
|
2014-11-05 07:27:25 +03:00 |
|
defuz
|
d81e6f85af
|
docs: `Flask-Uploads, X-Forwarded-Host`
|
2014-11-05 07:23:47 +03:00 |
|
defuz
|
22c36770b1
|
docs: :file:/var/www/foo, `/static`
|
2014-11-05 07:19:02 +03:00 |
|
defuz
|
0517016996
|
docs: `DEBUG, SERVER_NAME, PATH_INFO`
|
2014-11-05 07:10:49 +03:00 |
|
defuz
|
ec806c1bbe
|
docs: :command:pip, :option:--debug
|
2014-11-05 07:03:55 +03:00 |
|
defuz
|
b5c9ad68dd
|
docs: :file:app.py, :file:yourapp/templates
|
2014-11-05 06:45:22 +03:00 |
|
defuz
|
6c894b2274
|
docs: http method names like `GET and POST`
|
2014-11-05 06:13:01 +03:00 |
|
defuz
|
f7cbe74c35
|
docs: `True, False and None`
|
2014-11-05 06:04:58 +03:00 |
|
flowerhack
|
f5b9c4d60a
|
Tweaked sqlite3 documentation
|
2014-11-03 12:11:02 -05:00 |
|
Petr Zemek
|
51278ad3fd
|
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
|
a11febd5b7
|
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
|
29f5407474
|
Merge pull request #1191 from nluchs/patch-2
Minor typo in errorpages.rst
|
2014-09-28 07:11:39 +02:00 |
|
Nick Luchsinger
|
9d449c06eb
|
Minor typos in sqlite3.rst
Self-explanatory.
|
2014-09-27 18:39:43 -07:00 |
|
Nick Luchsinger
|
e7be450677
|
Minor typo in errorpages.rst
|
2014-09-27 15:34:08 -07:00 |
|
Nico Revin
|
63f9516d4b
|
Update doclinks
Fix redirects and broken links
|
2014-07-24 23:30:50 +04:00 |
|
Kenneth Reitz
|
ce739ac02f
|
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
|
805e77b0a8
|
Doc for add check upload file
|
2014-05-17 14:44:34 +08:00 |
|
Kenneth Reitz
|
bba3012a65
|
Merge pull request #1010 from plumdog/master
Tweaks to docs/patterns/viewdecorators.rst
|
2014-05-09 15:48:36 +02:00 |
|
Armin Ronacher
|
f7cef2b7f3
|
Updated documentation once more for new cli.
|
2014-04-29 01:03:32 +02:00 |
|
Daniel Neuhäuser
|
1973eb22a3
|
Switch packages.python.org to pythonhosted.org
|
2014-04-26 01:35:37 +02:00 |
|
Daniel Neuhäuser
|
8399008e91
|
Switch pypi links to https
To which the http version redirects permanently
|
2014-04-26 01:30:28 +02:00 |
|
Armin Ronacher
|
bcfcb444b0
|
Fixed a reference in the docs.
|
2014-04-21 17:51:52 +02:00 |
|
Andrew Plummer
|
e5da06189e
|
Tweak wording in viewdecorators.rst
|
2014-03-26 16:52:06 +00:00 |
|