summaryrefslogtreecommitdiff
path: root/docs
Commit message (Expand)AuthorAgeFilesLines
* Fix #588: `ConfigDict` namespaces break route optionsMarcel Hellkamp2014-02-191-4/+4
* Correct docs: static_file returns a 403 on permission errors, not a 401Роман Донченко2014-02-041-1/+1
* Fixed changelog and made docs/conf.py py3k compatible.Marcel Hellkamp2013-12-032-2/+6
* Fixed changelogMarcel Hellkamp2013-12-031-4/+0
* Merge pull request #465 from enriquepablo/masterMarcel Hellkamp2013-12-031-1/+2
|\
| * Update docs/async.rstEnrique Pérez Arnaud2013-02-271-1/+2
* | remove confusing default arg, since request to localhost:8080/hello/ return 404hvnsweeting2013-11-151-3/+3
* | Removed the ``BaseRequest.MAX_PARAMS`` limit.Marcel Hellkamp2013-10-181-0/+1
* | Merge pull request #553 from cadl/masterMarcel Hellkamp2013-10-181-1/+1
|\ \
| * | zh-cn doc typocadl2013-09-301-1/+1
* | | Merge pull request #555 from espern/masterMarcel Hellkamp2013-10-181-1/+1
|\ \ \
| * | | Fixed an error in tutorial fileespern2013-10-021-1/+1
| |/ /
* | | Fix static route rule in tutorialIuri de Silvio2013-10-021-1/+1
|/ /
* | Fixed some minor stpl bugs and improved documentation.Marcel Hellkamp2013-08-261-105/+71
* | Merge pull request #536 from michael-k/small-fixesMarcel Hellkamp2013-08-252-3/+3
|\ \
| * | docs: link to the Jinja2 website (instead of docs)Michael Käufl2013-07-291-1/+1
| * | docs: fix broken linksMichael Käufl2013-07-292-2/+2
* | | syncQingPeng Zhan2013-08-097-446/+516
* | | add Chinese translation of configurationQingPeng Zhan2013-08-091-0/+297
|/ /
* | Merge branch 'master' into doc-vulnerabilitesMichael Käufl2013-07-286-37/+39
|\ \
| * | docs: renamed PyPi to PyPIMichael Käufl2013-07-276-10/+10
| * | docs: more consistency in login/form examplesMichael Käufl2013-07-261-26/+28
| * | It's just the path part of the URL, not an URL.Michael Käufl2013-07-261-1/+1
* | | docs: eliminate usage of %sMichael Käufl2013-07-261-11/+19
|/ /
* | docs: Make html example consistent with the according python code.Michael Käufl2013-07-261-3/+3
* | docs: removed unused importMichael Käufl2013-07-261-1/+1
* | docs: Small fixesMarcel Hellkamp2013-07-261-2/+2
* | docs: Fixed method nameMarcel Hellkamp2013-07-251-1/+1
* | Config docsMarcel Hellkamp2013-07-161-29/+56
* | Config documentation and some more public ConfDict APIs.Marcel Hellkamp2013-07-032-0/+142
* | Merge pull request #519 from xiaohanyu/masterMarcel Hellkamp2013-06-261-1/+1
|\ \
| * | Just fix a typo.Xiao Hanyu2013-06-261-1/+1
* | | Removed now obsolete warnings about routing order.Marcel Hellkamp2013-06-171-20/+0
* | | Updated url to new <variable> syntaxGabe De2013-06-031-1/+1
* | | Removed sphinx templates and files.Marcel Hellkamp2013-05-3021-838/+0
* | | ChangelogMarcel Hellkamp2013-05-301-2/+6
|/ /
* | keep zh_CN doc up-to-dateQingPeng Zhan2013-04-205-30/+40
* | Fix a typoDaniel Axtens2013-03-271-1/+1
* | Fix bug and correct some typos and grammarMatthijs van der Vleuten2013-03-221-7/+7
|/
* before_request -> before_callbackQingPeng Zhan2013-02-171-7/+7
* Changed files that don't need to be translatedQingPeng Zhan2013-02-174-154/+305
* Fixed typoQingPeng Zhan2013-02-171-1/+1
* Fixed fuzzy tranlationsQingPeng Zhan2013-02-171-20/+17
* new 'Request Data' section translatedQingPeng Zhan2013-02-171-179/+447
* Docs: Rewrite of the 'Request Data' section of the tutorial.Marcel Hellkamp2013-02-152-37/+138
* Doc fixesMarcel Hellkamp2013-02-151-1/+1
* Replaced cgi.FieldStorage instances in request.files with a custom FileUploadMarcel Hellkamp2013-02-131-0/+3
* Merge pull request #440 from myzhan/masterMarcel Hellkamp2013-02-111-0/+1
|\
| * Added a submit button to file upload formQingPeng Zhan2013-01-241-0/+1
* | docs/recipes.rst: ``before_request`` fixedAndrej A Antonov2013-02-051-1/+1