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
Mieszko
28e30322fa
explain_template_loading_attempts: docstring
...
A verb apparently missing.
10 years ago
Petr Zemek
d4f6734741
Remove a redundant "the" in a comment.
10 years ago
Petr Zemek
6b9fd4a968
Fix a typo in a comment in MethodViewType.__new__.
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
92854cb386
Add a missing period in the description of the signals module.
10 years ago
Petr Zemek
0f3f476dcf
Fix a typo in the description of SecureCookieSession.
...
The term "base class" (with a space) is used in another file, so use it here as well to make the wording consistent across the whole project.
10 years ago
Petr Zemek
3767e7ba4f
Unify the uses of "urls" vs "URLs".
...
Use "URLs", which is more prevailing in the source code.
10 years ago
Petr Zemek
d1423b3e16
Unify the uses of "file system" vs "fileystem".
...
Use "filesystem", which is more prevailing in the source code.
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
Petr Zemek
ec3d5800f2
Put two spaces before inline comments when there is only one space.
...
PEP8 (E261) suggests to use at least two spaces before inline comments.
10 years ago
Petr Zemek
47d7f20d9b
Fix two typos in the description of FlaskGroup.
10 years ago
defuz
f88765d504
set TEMPLATE_AUTO_RELOAD default value to None
10 years ago
Bryan Stitt
bbd9c2f100
Update config.py
10 years ago
Bryan Stitt
56a7e8361d
Update config.py
...
I want to load all of my `CELERY_` options from the config and leave `CELERY_` on there.
10 years ago
Gilman Callsen
d425279650
Improve compression by removing whitespace from separators when using jsonify() and JSONIFY_PRETTYPRINT_REGULAR is False.
...
Commit includes Changelog entry and two new tests in test_basic.py.
10 years ago
Matt Wright
986b92203a
Add CHANGES entry and versionchanged entry to docstring
10 years ago
Matt Wright
44c025f552
Add a little documentation regarding kwargs in the `app.test_client()` method
10 years ago
Matt Wright
fed6fd32d8
Pass keyword args from `test_client` method to client class constructor
10 years ago
Augustus D'Souza
709289037a
Corrected api docs
...
http://flask.pocoo.org/docs/0.10/api/#flask.Request.get_json
10 years ago
INADA Naoki
61097c47a3
Deprecate request.json property
10 years ago
Markus Unterwaditzer
3550b26071
Move tests
11 years ago
Markus Unterwaditzer
0a7cc2b113
Fix typo
11 years ago
Armin Ronacher
c09a4317e4
Record blueprint registration order.
11 years ago
Armin Ronacher
750ab16364
assert_ is assert_true
11 years ago
Markus Unterwaditzer
bb0084f5be
Fix Py3 compat bug
...
Also don't use unicode string here because the assertions below are
written for native strings.
11 years ago
Armin Ronacher
84f57b6bda
Fixed a relative import
11 years ago
Armin Ronacher
bafc139810
Added EXPLAIN_TEMPLATE_LOADING to help people debug templates not being loaded.
11 years ago
Markus Unterwaditzer
f17ad953dd
Fix syntax error on py3
11 years ago
Armin Ronacher
ed49fe3db1
Removed leftover from the module system.
11 years ago
Armin Ronacher
9eb59b0bef
Added support for background loading of the application to speed up initial requests in dev mode.
11 years ago
Aaron Schumacher
05ad436201
typo: "weather" -> "whether"
11 years ago
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.
11 years ago
Armin Ronacher
a94e767acb
AppGroups produce more AppGroups
11 years ago
Armin Ronacher
9641f07d91
Made FlaskGroup an AppGroup
11 years ago
Markus Unterwaditzer
7183aefd62
Document building protocol-relative URLs
...
https://github.com/mitsuhiko/werkzeug/pull/528
11 years ago
Armin Ronacher
7c16054d81
Updated the logging documentation for recent changes.
11 years ago
Armin Ronacher
817b72d484
Removed deprecated module functionality
11 years ago
Armin Ronacher
84ad89ffa4
Always log now, even if debug is off.
11 years ago
Armin Ronacher
662b1053a4
Added support for PYTHONSTARTUP to shell command.
11 years ago
Armin Ronacher
9bf36151d9
Removed dead import
11 years ago
Armin Ronacher
9123fa3b8f
Added a missing self
11 years ago
Armin Ronacher
2f60124894
Removed ridiculous constructor from AppGroup
11 years ago
James Brewer
20645d9b86
Add missing `of` to documentation.
11 years ago
Armin Ronacher
932f7d7cbb
Refactored the scripting interface greatly.
11 years ago
Armin Ronacher
66ef55ce0a
Converted a leftover old-style click callback.
11 years ago
Armin Ronacher
f6d25bbc4f
Switch to newer click (2.0)
11 years ago