Armin Ronacher
|
a7d829c618
|
Update docs to the new CLI patterns
|
9 years ago |
Corey Goldberg
|
28b36f642d
|
removed references to easy_install
|
9 years ago |
Corey Goldberg
|
1cc9ccfc67
|
update docs and refer to setuptools
|
9 years ago |
Daniel Quinn
|
be2abd2926
|
Fix typo (thing --> things)
|
9 years ago |
José Carlos García
|
567fff9d0d
|
Change to Pallets project
* Update CHANGES
* Update CONTRIBUTING.rst
* Update setup.py
* Update tox.ini
* Update extensions.rst
* Update security.rst
* Update installation.rst
* Update testing.rst
* Update upgrading.rst
* Update sidebarintro.html
* Update jquery.rst
* Update dbcon.rst
* Update index.rst
|
9 years ago |
bagratte
|
9a80fe691d
|
minor revision of documentation.
|
9 years ago |
Gaëtan Petit
|
67e2127a5d
|
Update deprecated references
validators.Required() is marked as deprecated in favor of validators.DataRequired() and will be remove in WTForms 3.
|
9 years ago |
Eric Dill
|
52daeffdc9
|
DOC: Remove gendered language
|
9 years ago |
Dougal Matthews
|
25aab43f8e
|
Fixed a typo
I think 'app' is the intended word here, but I am not 100% sure.
|
9 years ago |
lord63
|
51b62fb044
|
Render the code block in mongokit.rst
|
9 years ago |
Abhijeet Kasurde
|
15f267e1ee
|
Updated documentation for Setuptools
Updated documentation by removing references of distribute and adding
references of setuptools.
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
|
9 years ago |
msiyaj
|
808bf6d204
|
Missing apostophe.
|
9 years ago |
Zev Averbach
|
5dfe918e4f
|
fixed some punctuation, fixed a few errors, in service of readability
|
10 years ago |
Markus Unterwaditzer
|
b471df6c88
|
Point to stable version of Celery
|
10 years ago |
Andrew
|
337a9d6172
|
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.
|
10 years ago |
Alex Chan
|
8570633214
|
Fix a few spelling mistakes in the docs
|
10 years ago |
Torstein Krause Johansen
|
557a053e3b
|
Moved noted about HTTP 500 before the code examples
- as suggested by @keyan
|
10 years ago |
Torstein Krause Johansen
|
5dd9335aac
|
Added note that @errorhandler(500) isn't triggered in debug mode
|
10 years ago |
Caleb Bron
|
c0593efbb2
|
link to sqlalchemy declarative has changed
|
10 years ago |
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.
|
10 years ago |
Idris Raja
|
81e8bbbb7f
|
improve grammar, make format consistent, and improve readability
|
10 years ago |
Brett Gerry
|
6517a1a37c
|
deprecate TextField in favor of StringField
|
10 years ago |
Sourya Vatsyayan
|
a6ea6335a5
|
Updated file uploads progress bar section
|
10 years ago |
Sourya Vatsyayan
|
50fef79b20
|
URL generation rule explained for file uploads
|
10 years ago |
Sourya Vatsyayan
|
d2a380451b
|
URL generation rule explained
|
10 years ago |
Jonathan Como
|
bd4921194e
|
verbage
|
10 years ago |
Jonathan Como
|
a8498b6859
|
update mongokit patterng
|
10 years ago |
Kevin Yap
|
475d7076f0
|
Standardized capitalization of "GitHub" in docs
|
10 years ago |
Mieszko
|
091852ef88
|
Minor typos cont.
|
10 years ago |
Mieszko
|
5d9cdc65b5
|
Update sqlite3.rst
|
10 years ago |
Mieszko
|
9db775e2dd
|
Minor typos fixed
According to Cambrigde English Dictionary "web server" ==correct, "webserver" ==incorrect.
|
10 years ago |
defuz
|
5562acfdfc
|
docs: fix warnings
|
10 years ago |
defuz
|
d6f5eb8def
|
docs: `script` -> ``script``
|
10 years ago |
defuz
|
d338dc8a13
|
docs: ``.html``, ``.py``
|
10 years ago |
defuz
|
d4b9b9854c
|
docs: :mimetype:`application/json`
|
10 years ago |
defuz
|
663802e976
|
docs: ``with``, ``for``, ``self``
|
10 years ago |
defuz
|
0bb4de1e3b
|
docs: ``<body>``, ``|safe``
|
10 years ago |
defuz
|
17eee81da0
|
docs: ``Flask-Uploads``, ``X-Forwarded-Host``
|
10 years ago |
defuz
|
06d9a5e738
|
docs: :file:`/var/www/foo`, ``/static``
|
10 years ago |
defuz
|
ad011bc32d
|
docs: ``DEBUG``, ``SERVER_NAME``, ``PATH_INFO``
|
10 years ago |
defuz
|
02694d609f
|
docs: :command:`pip`, :option:`--debug`
|
10 years ago |
defuz
|
a8f570cc62
|
docs: :file:`app.py`, :file:`yourapp/templates`
|
10 years ago |
defuz
|
3fa4fd0908
|
docs: http method names like ``GET`` and ``POST``
|
10 years ago |
defuz
|
8284217593
|
docs: ``True``, ``False`` and ``None``
|
10 years ago |
flowerhack
|
bcba7eb397
|
Tweaked sqlite3 documentation
|
10 years ago |
Petr Zemek
|
3159c86166
|
Unify the uses of "sourcecode" vs "source code".
Use "source code", which is more grammatically correct.
|
10 years ago |
Petr Zemek
|
ebab6718f7
|
Unify the uses of "testsuite" vs "test suite".
Use "test suite", which is more prevailing in the source code.
|
10 years ago |
Nick Luchsinger
|
37fb0516f4
|
Minor typos in sqlite3.rst
Self-explanatory.
|
10 years ago |
Nick Luchsinger
|
55db14ec68
|
Minor typo in errorpages.rst
|
10 years ago |
Nico Revin
|
22219f51e5
|
Update doclinks
Fix redirects and broken links
|
10 years ago |