David Lord
|
1928f28a68
|
clean up code formatting in some docs
fix warnings while building docs
|
8 years ago |
Ameya Pandilwar
|
663d786f68
|
Update documentation for upgrading Flask using 'pip' command (#1918)
|
9 years ago |
Armin Ronacher
|
f9ea3fe026
|
1.0 -> 0.11 in the docs
|
9 years ago |
David Lord
|
317d60307d
|
fix some warnings while building docs
|
9 years ago |
Keyan Pishdadian
|
1a877fbaa0
|
Remove extmigrate from Flask repo
* Remove extmigrate from Flask repo
* Update docs to reflect new repo location
|
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 |
Markus Unterwaditzer
|
d3d8a4694a
|
Deprecate flask.ext
* Add deprecation warning to ext pkg
* Add docs on deprecation of flask.ext
* Improve deprecation warnings
* Add headers for better distinction, fix ordering issue of paragraphs
|
9 years ago |
Alan Hamlett
|
99c99c4c16
|
Enable autoescape for `render_template_string`
|
9 years ago |
Phil Schaf
|
4437eb7ceb
|
slimmed down error handling intro
|
10 years ago |
Phil Schaf
|
d4ad47af62
|
added info about an exception being raised for the old and broken behavior
|
10 years ago |
Phil Schaf
|
9d3c4bbb8c
|
Added docs for the error handler rework
|
10 years ago |
Alex Chan
|
8570633214
|
Fix a few spelling mistakes in the docs
|
10 years ago |
defuz
|
1501b79293
|
docs: :exc:`TypeError`
|
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 |
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 |
Armin Ronacher
|
84ad89ffa4
|
Always log now, even if debug is off.
|
10 years ago |
Nico Revin
|
22219f51e5
|
Update doclinks
Fix redirects and broken links
|
10 years ago |
Daniel Neuhäuser
|
e89c867d62
|
Switch packages.python.org to pythonhosted.org
|
11 years ago |
atupal
|
132c2c4c79
|
missed word.
request tstack -> request context stack
|
11 years ago |
Armin Ronacher
|
fc2225b463
|
Fixed a broken link in the docs
|
12 years ago |
Armin Ronacher
|
1949c4a9ab
|
flask.g is now on the app context and not the request context
|
12 years ago |
Armin Ronacher
|
261c4a6aee
|
Updated documentation for the new sessions
|
12 years ago |
Finbarr O'Callaghan
|
e8d50a7aba
|
fixed spelling but not the grammar!
|
12 years ago |
Finbarr O'Callaghan
|
48f7cdd016
|
various typo fixes
|
12 years ago |
Armin Ronacher
|
a4977cfe2b
|
Removed outdated section in the docs
|
12 years ago |
Armin Ronacher
|
4df3bf2058
|
Implemented experimental JSON based sessions
|
12 years ago |
Ron DuPlain
|
10c34e6652
|
Reword 0.9 upgrade doc, thanks to plaes on #pocoo.
|
13 years ago |
Armin Ronacher
|
52f9cefbcd
|
More documentation updates for 0.9
|
13 years ago |
Armin Ronacher
|
cf1641e5be
|
Changed the implementation of returning tuples from functions
|
13 years ago |
Armin Ronacher
|
d49221bf2e
|
The test client now properly pops response contexts on __exit__
|
13 years ago |
Armin Ronacher
|
d3ca55177a
|
Updated the docs and examples to non-failing teardown handlers
|
13 years ago |
Armin Ronacher
|
ce70131975
|
If JSON parsing fails it now issues a BadRequest exception.
|
13 years ago |
Armin Ronacher
|
f29ec355e9
|
Backwards compatibility import
|
14 years ago |
Armin Ronacher
|
0fb2e4c848
|
More invalid doc fixing
|
14 years ago |
Armin Ronacher
|
8ba6673670
|
Fixed a changelog entry
|
14 years ago |
Armin Ronacher
|
d0821edca5
|
Fixed link to the upgrade script. github changed links apparently
|
14 years ago |
Armin Ronacher
|
dbb9a2ed46
|
Added note on templates not being updated
|
14 years ago |
Armin Ronacher
|
c9cd6084c2
|
More upgrade notes for blueprints
|
14 years ago |
Armin Ronacher
|
207a7908e8
|
Note for windows users on the upgrade script
|
14 years ago |
Armin Ronacher
|
60bd620947
|
Warning about deprecation warnings not showing
|
14 years ago |
Armin Ronacher
|
9770054dee
|
Started documenting the upgrade script
|
14 years ago |
Armin Ronacher
|
1f31ec4bea
|
Added documentation in update document for new error handling
|
14 years ago |
Armin Ronacher
|
115d31ddbf
|
More documentation updates
|
14 years ago |
Ron DuPlain
|
6875a057ec
|
Fixed small typos in docs. Added a cross-ref.
|
14 years ago |
Armin Ronacher
|
a354c393ae
|
Fixed a typo
|
14 years ago |
Armin Ronacher
|
fda14678c0
|
Deprecated send_file etag support and mimetype guessing for file-like objects. This fixes #104
|
14 years ago |
Armin Ronacher
|
faa1c71e45
|
Request local objects now fail properly with a RuntimeError. This fixes #105
|
14 years ago |
jgraeme
|
ff2786d8af
|
Fix some typos in the docs
|
14 years ago |
Armin Ronacher
|
aa3d8398fd
|
Config is now available in templates, context processors no longer override keys
|
15 years ago |