Commit graph

  • 2b03eca1b7 Updated Celery pattern The given pattern caused Celery to lose the current Context Geoffrey Bauduin 2016-10-11 15:27:48 +02:00
  • cd13a5cf62 Fix #2051: Fix flaskr import in flaskr/__init__.py (#2052) Hassam 2016-10-08 13:34:56 -05:00
  • 49ecc88d99 Remove -a/--app from Quickstart documentation (#2046) Michael Recachinas 2016-10-01 12:45:22 -04:00
  • 7186a5aaf5 make use of range requests if available in werkzeug (#2031) Joël Charles 2016-09-26 12:43:46 +02:00
  • f3d661de66 Fix unbound error (#2039) 小明 2016-09-26 00:25:54 +08:00
  • a6a36ec72a Updated mod_wsgi.rst to point to new mod_wsgi repo (#2038) Douglas Thor 2016-09-24 04:07:19 -07:00
  • 01081dbe6c Avoid always-false statement Markus Unterwaditzer 2016-09-19 23:29:52 +02:00
  • dbeed24067 Fix typo in MethodView doc (#2028) Benjamin Dopplinger 2016-09-19 13:24:46 +10:00
  • dcfdfc6476 Use abort docs from Werkzeug Markus Unterwaditzer 2016-09-18 15:47:52 +02:00
  • 09fec941f4 Removed unused import. (#2026) Bruno Thalmann 2016-09-18 14:10:00 +02:00
  • 270355abdc Remove nonsense from cli docs Andrew Arendt 2016-09-14 13:03:21 -05:00
  • 0664a3f2dd Set merge strategy for CHANGES Armin Ronacher 2016-09-12 21:55:17 +03:00
  • 83fd5b26b8 Merge branch 'feature/logger-propagation' Armin Ronacher 2016-09-12 21:54:41 +03:00
  • a40489e0ce Merge pull request #2019 from pallets/bugfix/sendfile-error Armin Ronacher 2016-09-12 21:52:42 +03:00
  • 3bd12b38a8 Merge pull request #2022 from pablogamboa/patch-1 Markus Unterwaditzer 2016-09-12 10:42:23 +02:00
  • 2b47615998 Fix typo in docs Pablo Marti 2016-09-12 08:41:09 +01:00
  • 11f3a3f6dd Updated upgrade docs Armin Ronacher 2016-09-11 21:28:30 +03:00
  • 12008c2e63 Merge branch '0.11-maintenance' Markus Unterwaditzer 2016-09-11 17:55:33 +02:00
  • 59104db2f2 Address #1980 (#2021) Kyle Lawlor 2016-09-11 11:53:35 -04:00
  • 1f0ca894a2 Killed now dead code Armin Ronacher 2016-09-11 16:57:43 +03:00
  • 9e41eca7f8 Merge pull request #2013 from pallets/bugfix/error-handler-error-handler Armin Ronacher 2016-09-10 03:36:29 +03:00
  • a30951ec28 Do not error for unknown files if send_file sends an actual file Armin Ronacher 2016-09-10 03:33:53 +03:00
  • c54c538c11 fixed deprecated syntax in setup.cfg (#2015) Andrew Arendt 2016-09-08 12:24:07 -05:00
  • c687ffb192 Fixed error in errorhandler doc string. (#2014) Akbar Ibrahim 2016-09-08 21:04:51 +05:30
  • 7132feb1a5 Merge branch '0.11-maintenance' Markus Unterwaditzer 2016-09-08 15:21:05 +02:00
  • e6f9d2b414 Clean up tutorial docs for installable app pattern with flaskr (#2002) Kyle Lawlor 2016-09-08 09:19:48 -04:00
  • 9cd32cac32 Corrected after response for error handlers Armin Ronacher 2016-09-08 11:55:59 +03:00
  • dbcd64e2ee Changelog for #2006 Markus Unterwaditzer 2016-09-07 18:18:53 +02:00
  • c4ec6954e5 Don't passthrough_errors unless instructed. (#2006) Markus Unterwaditzer 2016-09-06 22:32:34 +02:00
  • ccd02bfe8c Correcting Custom Test Client class docs (#2004) Afonso Queirós 2016-09-05 16:57:00 +02:00
  • 92ce20eeac Fix error in send_file helper (#2003) Roman 2016-09-05 03:28:05 +04:00
  • 96b6345c1a Fix small grammar error (Of/Or) (#2001) PHeanEX 2016-08-31 22:05:12 +02:00
  • b42e43e3b6 Better workflow for flaskr and other basic apps (#2000) Kyle Lawlor 2016-08-31 12:37:36 -04:00
  • 6e6c3a4636 Spelling (#1998) Josh Soref 2016-08-29 18:26:20 -04:00
  • 3d856e03fc sessions documentation (client side vs server side) #434 (#1888) dawran6 2016-08-28 15:06:53 -07:00
  • 78a71a48dc Merge pull request #1996 from untitaker/propagate-exceptions-werkzeug Markus Unterwaditzer 2016-08-27 18:33:08 +02:00
  • 098ea0c8ca Only passthrough_errors if PROPAGATE_EXCEPTIONS Markus Unterwaditzer 2016-08-27 14:32:53 +02:00
  • 71e10be286 Properly remove f.name usage in send_file (#1988) Markus Unterwaditzer 2016-08-26 03:08:03 +02:00
  • e00e2c22aa Disable logger propagation by default Armin Ronacher 2016-08-25 15:41:46 +02:00
  • 5f009374fd Update minitwit & improve testing for examples (#1954) Kyle Lawlor 2016-08-22 14:52:54 -04:00
  • 3313b8b0a4 Use the correct Celery result backend setting sanderl-mediamonks 2016-08-22 11:49:52 +02:00
  • f193f590bc clean up new json tests David Lord 2016-08-21 08:47:12 -07:00
  • f16e477b2a Add tests for flask.json.dump() and test that jsonify correctly converts uuids. Nathan Land 2016-06-03 14:45:22 -07:00
  • 863e5cca1b added indentation to changed structure Zev Averbach 2016-08-20 17:13:07 -04:00
  • 9121e109bd Add test for get_version (CLI) (#1884) Anton Sarukhanov 2016-08-20 08:43:58 -07:00
  • 55bd39c7f0 Update for python3 (#1973) SaturnR 2016-08-20 19:43:10 +04:00
  • 5044f3d610 Update testing.rst (#1987) teichopsia- 2016-08-19 21:01:13 -05:00
  • 136a833a8d Bugfix: EnvironBuilder doesn't take json Markus Unterwaditzer 2016-08-19 21:29:12 +02:00
  • 5c4fa7e91c Remove already defined method Markus Unterwaditzer 2016-08-19 21:25:27 +02:00
  • 62b0b6652a testing: Make json a keyword arg Markus Unterwaditzer 2016-08-19 21:24:07 +02:00
  • 866118302e Remove _missing sentinel and update docs Adam Byrtek 2015-09-28 22:20:11 +02:00
  • 5ebdd5dd74 Documentation updates Adam Byrtek 2015-04-12 23:34:03 +01:00
  • 5575faad92 Update documentation to use the getter only once Adam Byrtek 2015-04-06 13:50:29 +02:00
  • 1df2788a8f Use app_ctx instead of request_ctx to access the app Adam Byrtek 2015-04-06 13:27:59 +02:00
  • f0d3b71a94 Updates after code review Adam Byrtek 2015-04-06 13:15:07 +02:00
  • f0f458e0c5 Alternative solution for lack of response caching Adam Byrtek 2015-04-02 01:45:03 +01:00
  • 539569e5f2 Update the testing documentation Adam Byrtek 2015-04-02 01:34:51 +01:00
  • 23de58682c Remove redundant cache flag Adam Byrtek 2015-04-02 01:13:48 +01:00
  • c9ef500c5c Mixin for JSON decoding code shared between request/response Adam Byrtek 2015-04-02 00:50:08 +01:00
  • ca547f0ec3 JSON response tests and first draft of code that passes Adam Byrtek 2015-04-01 23:08:06 +01:00
  • b099999c6c Use proper exception type and update changelog Adam Byrtek 2015-04-01 00:11:52 +01:00
  • 6c5ef2bc5c Use content_type kwarg instead of manipulating headers Adam Byrtek 2015-03-29 23:05:40 +01:00
  • c4139e0e5d JSON support for the Flask test client Adam Byrtek 2015-03-29 22:05:32 +01:00
  • 0f1cf50f97 adding in try around __import__ to catch invalid files/paths (#1950) Nate Prewitt 2016-08-12 07:12:00 -06:00
  • e6d7a43ccd Use path of socket consistently accross document. (#1976) Auke Willem Oosterhoff 2016-08-03 18:22:14 +02:00
  • 9359e9f911 Remove unused Redbaron dependency (#1967) Jeff Widman 2016-07-29 05:27:30 -07:00
  • c54d67adee close <li> tag in lines (16,18) (#1951) ahmedakef 2016-07-28 23:46:42 +03:00
  • 55f9af72e3 Added a missing module to import statement Ioan Vancea 2016-07-28 16:34:48 +02:00
  • 80b9453bdd Merge pull request #1956 from shakib609/master Armin Ronacher 2016-07-17 23:02:26 +05:00
  • fe53da45c5 Update allowed_file function in fileuploads.rst Shakib Hossain 2016-07-16 21:59:44 +06:00
  • 495d834b99 Merge branch '0.11-maintenance' David Lord 2016-07-06 08:02:46 -07:00
  • 1e5746bb2b persona is discontinued, remove example closes #1947 David Lord 2016-07-06 08:02:13 -07:00
  • 633b13e9b5 Merge branch '0.11-maintenance' David Lord 2016-07-05 17:34:51 -07:00
  • 17d4cb3828 Address #1902: Converts example/flaskr to have a setup.py (#1945) Kyle Lawlor 2016-07-05 20:30:59 -04:00
  • f19d3bd67e Enhance tests.test_cli.test_find_best_app (#1882) Hyunchel Kim 2016-07-05 14:46:01 -05:00
  • b7a0cc61c5 Update installation documentation for using 'pip' command (#1920) Olexander Yermakov 2016-07-05 22:00:43 +03:00
  • 0c459762ea clarify blueprint 404 error handling in docs John Still 2016-07-02 17:03:36 -05:00
  • 516ce59f95 Add the ability to combine MethodViews Antoine Catton 2016-06-28 17:20:25 +02:00
  • 67e391921c fix docs: name of url_value_preprocessor method (#1932) georgschoelly 2016-06-26 22:32:47 +02:00
  • 1928f28a68 clean up code formatting in some docs fix warnings while building docs David Lord 2016-06-26 13:03:29 -07:00
  • 1b764cff93 Added runner fixture Kiss György 2016-06-25 13:24:43 +02:00
  • b8e826c16b Added tests, fixed some minor alignment problems. Kiss György 2016-06-25 13:17:33 +02:00
  • 1647179511 Added routes command, which shows all the endpoints registered for the app. Kiss György 2015-04-26 09:40:20 +02:00
  • 0e4607000d re-add passthrough_errors to cli runner (#1928) David Lord 2016-06-23 13:00:45 -07:00
  • cd1a9b7d54 remove unnecessary form action attributes David Lord 2016-06-22 15:01:41 -07:00
  • d8c39f4b37 Revert "wtforms: Add missing closing tags in example (#1917)" David Lord 2016-06-22 14:53:27 -07:00
  • 663d786f68 Update documentation for upgrading Flask using 'pip' command (#1918) Ameya Pandilwar 2016-06-22 16:26:35 -04:00
  • 1ffd07ff5a Fix small typo in python3 docs Sudheer Satyanarayana 2016-06-21 20:57:03 +05:30
  • 146cba53e7 wtforms: Add missing closing tags in example (#1917) Baptiste Fontaine 2016-06-19 22:27:23 +02:00
  • 9f2b3d815e Demonstrate how to add multiple urls to the same function endpoint #981 (#1900) dcfix 2016-06-16 14:40:23 -06:00
  • b8aca21a39 Fix #1911 (#1913) Archie Roller 2016-06-15 21:27:06 +05:00
  • c0087204e5 Documentation: Clarify instructions about changing row_factory for SQLite3 (#1573) Leo Tindall 2016-06-14 23:55:47 -07:00
  • 1a67e284d0 Remove unnecessary werkzeug mock attribs from test Dave Barker 2016-06-15 02:25:48 +01:00
  • 24289e97af Add test for new template auto reload debug behaviour Dave Barker 2016-06-15 02:15:33 +01:00
  • c80ea941d0 Merge pull request #1912 from pallets/revert-1811-iss1809_register_blueprint_docs Markus Unterwaditzer 2016-06-14 22:46:27 +02:00
  • 5c12721730 Revert "Addressing Issue 1809" Markus Unterwaditzer 2016-06-14 22:45:24 +02:00
  • 0514ba2de1 Enable template auto-reloading in app.run() Dave Barker 2016-06-14 00:59:32 +01:00
  • 433c561494 Merge branch '0.11-maintenance' Markus Unterwaditzer 2016-06-13 20:34:30 +02:00
  • 6e46d0cd39 Fix PyPy3 support and add bug references Markus Unterwaditzer 2016-06-13 20:29:21 +02:00
  • 5cadd4a348 Added make target for test coverage, documented make commands Anton Sarukhanov 2016-06-08 08:26:01 -04:00