Armin Ronacher
9eb59b0bef
Added support for background loading of the application to speed up initial requests in dev mode.
10 years ago
Markus Unterwaditzer
670d2a4d50
Merge pull request #1163 from boreq/docs-update
...
Added full_path to the Request object documentation.
10 years ago
boreq
3bd9cdce94
Added full_path to the Request object documentation.
10 years ago
Markus Unterwaditzer
0f8f6b5130
Merge pull request #1162 from ajschumacher/patch-1
...
typo: "weather" -> "whether"
10 years ago
Aaron Schumacher
05ad436201
typo: "weather" -> "whether"
10 years ago
Markus Unterwaditzer
96d7cc933a
Merge pull request #1161 from pbu88/master
...
Fix warnings and code styling in the doc
10 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.
10 years ago
Markus Unterwaditzer
462bc6c2e5
Merge pull request #1160 from untitaker/docs_dev_installation
...
Don't mention Flask dev releases anymore
10 years ago
Markus Unterwaditzer
7db5232572
Don't mention Flask dev releases anymore
...
Fix #1155
10 years ago
Markus Unterwaditzer
c2ed8d61c3
Merge pull request #1158 from untitaker/protocol-relative
...
Document building protocol-relative URLs
10 years ago
Armin Ronacher
a94e767acb
AppGroups produce more AppGroups
10 years ago
Armin Ronacher
9641f07d91
Made FlaskGroup an AppGroup
10 years ago
Markus Unterwaditzer
7183aefd62
Document building protocol-relative URLs
...
https://github.com/mitsuhiko/werkzeug/pull/528
10 years ago
Armin Ronacher
7c16054d81
Updated the logging documentation for recent changes.
10 years ago
Armin Ronacher
5edc803702
Added a changelog entry for modules.
10 years ago
Armin Ronacher
817b72d484
Removed deprecated module functionality
10 years ago
Armin Ronacher
84ad89ffa4
Always log now, even if debug is off.
10 years ago
Armin Ronacher
0ce3db88cf
Remove date tagging.
10 years ago
Daniel Neuhäuser
7d57c29f7a
Merge pull request #1156 from brwr/brwr/fix-documentation-typo
...
Add missing `of` to documentation.
10 years ago
Armin Ronacher
662b1053a4
Added support for PYTHONSTARTUP to shell command.
10 years ago
Armin Ronacher
9bf36151d9
Removed dead import
10 years ago
Armin Ronacher
9123fa3b8f
Added a missing self
10 years ago
Armin Ronacher
2f60124894
Removed ridiculous constructor from AppGroup
10 years ago
Armin Ronacher
afb613ca43
Added some missing documentation information.
10 years ago
Armin Ronacher
d1821b3a07
Updated intersphinx
10 years ago
James Brewer
20645d9b86
Add missing `of` to documentation.
10 years ago
Armin Ronacher
932f7d7cbb
Refactored the scripting interface greatly.
10 years ago
Armin Ronacher
66ef55ce0a
Converted a leftover old-style click callback.
10 years ago
Markus Unterwaditzer
01450efc25
Merge pull request #1150 from kylepjohnson/master
...
typos
10 years ago
Kyle P. Johnson
71b525e1fa
typos
10 years ago
Armin Ronacher
f6d25bbc4f
Switch to newer click (2.0)
10 years ago
Kenneth Reitz
60260eb0f0
Merge pull request #1144 from untitaker/url_for_scheme_docs
...
Add documentation about url_for's default scheme
10 years ago
Markus Unterwaditzer
b49074eb6b
Add documentation about url_for's default scheme
...
Fix #1129
10 years ago
Daniel Neuhäuser
1d55b8983e
Merge pull request #1138 from LiterallyElvis/master
...
Quoted all HTML attributes.
10 years ago
Jeffrey D
3c48bf8935
Addressed issue #1134
10 years ago
Daniel Neuhäuser
f6618c7638
Merge pull request #1099 from root-11/patch-1
...
Update schema.rst
10 years ago
Daniel Neuhäuser
a51a167937
Merge pull request #1100 from thewhitetulip/patch-1
...
The example does not execute
10 years ago
Daniel Neuhäuser
c048aed65a
Merge pull request #1112 from methane/patch-3
...
Update python3.rst
10 years ago
Daniel Neuhäuser
486c1089b0
Base from_json on from_mapping
10 years ago
Daniel Neuhäuser
aa40b1731e
Add Config.from_mapping
10 years ago
INADA Naoki
a61347b902
Update python3.rst
10 years ago
Daniel Neuhäuser
02f0c755a3
Merge pull request #1117 from lord63/patch-1
...
Fix some typos
10 years ago
lord63
29768ce45e
Correct the mistake again.
10 years ago
INADA Naoki
efdf2e1212
Update python3.rst
10 years ago
lord63
e429e47a96
Correct the mistakes.
10 years ago
Daniel Neuhäuser
221aaa56c9
Merge pull request #1122 from milesrichardson/master
...
fixed typo -- missing "are" in docs/signals.rst
10 years ago
Daniel Neuhäuser
8d3ee017c5
Merge pull request #1132 from nicorevin/update_links
...
Update doclinks
10 years ago
Nico Revin
22219f51e5
Update doclinks
...
Fix redirects and broken links
10 years ago
Miles Richardson
c8ce5326b4
fixed typo -- missing "are" in docs/signals.rst
10 years ago
lord63
02e7bec21c
Fix typos in config.rst
10 years ago