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
|
936e787cca
|
docs: requirements.rst -> requirements.txt
|
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 |
defuz
|
6dbb015b43
|
docs: `HTTP` -> HTTP
|
10 years ago |
Markus Unterwaditzer
|
2ab91446f6
|
Merge pull request #1237 from Winnetou/patch-3
explain_template_loading_attempts: docstring
|
10 years ago |
Mieszko
|
28e30322fa
|
explain_template_loading_attempts: docstring
A verb apparently missing.
|
10 years ago |
Markus Unterwaditzer
|
70a33ed49b
|
Merge pull request #1235 from flowerhack/master
Tweaked sqlite3 documentation
|
10 years ago |
flowerhack
|
bcba7eb397
|
Tweaked sqlite3 documentation
|
10 years ago |
Markus Unterwaditzer
|
54def62657
|
Merge pull request #1234 from Winnetou/patch-2
Minor typos and spelling fixed
|
10 years ago |
Mieszko
|
2cfdf7a839
|
Minor typos and spelling fixed
According to http://dictionary.cambridge.org/ "webserver" is incorrect, "web server" = correct
|
10 years ago |
Markus Unterwaditzer
|
a1b273658d
|
Merge pull request #1222 from defuz/templates_auto_reload-eq-none
Set TEMPLATE_AUTO_RELOAD default value to None
|
10 years ago |
Ivan Ivaschenko
|
6a6acfbb09
|
Using double-backticks: ``None``
|
10 years ago |
defuz
|
76f3d6b45e
|
improve TEMPLATE_AUTO_RELOAD docs
|
10 years ago |
Markus Unterwaditzer
|
84efebd6be
|
Merge pull request #1225 from s3rvac/typo-and-cosmetic-fixes
Typo and cosmetic fixes
|
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
|
4840fc0edc
|
Change `== None` to `is None`.
PEP8 (E711) suggests that comparison to None should be `cond is None`.
|
10 years ago |
Petr Zemek
|
e41bf1e181
|
Remove two redundant empty lines.
PEP8 suggests to use two empty lines to separate functions, not three.
|
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 |
Markus Unterwaditzer
|
fe2d75e1f4
|
Merge pull request #1213 from defuz/config-patch
Add trim_namespace argument for app.config.get_namespace (with tests)
|
10 years ago |
Markus Unterwaditzer
|
7b3e52b06f
|
Merge pull request #1217 from jeffwidman/patch-1
Fix typo: "lated later" >> "added later"
|
10 years ago |
Jeff Widman
|
193b94b0ea
|
Fix typo: "lated later" >> "added later"
|
10 years ago |
defuz
|
5e8d503098
|
add tests for trim_namespace argument of app.config.get_namespace
|
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 |
Markus Unterwaditzer
|
a8c36fb3d8
|
Merge branch 'compressed-jsonify'
Fix #1203
|
10 years ago |
Markus Unterwaditzer
|
bd232e5c82
|
PEP8
|
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 |
Markus Unterwaditzer
|
050a659c2f
|
Merge branch 'test-client-kwargs'
Fix #992
|
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 |
Markus Unterwaditzer
|
6b3fbb323a
|
Add changelog entry for #1206
|
10 years ago |
Markus Unterwaditzer
|
46918d3ceb
|
Merge pull request #1206 from methane/deprecate-request.json
Deprecate request.json property
|
10 years ago |
INADA Naoki
|
4d4a639ba4
|
Add test for deprecated flask.Request properties.
|
10 years ago |