flask/flask
Markus Unterwaditzer a1b273658d Merge pull request #1222 from defuz/templates_auto_reload-eq-none
Set TEMPLATE_AUTO_RELOAD default value to None
2014-11-02 20:46:48 +01:00
..
ext Happy New Year 2014 2014-01-02 19:21:07 +01:00
__init__.py Removed deprecated module functionality 2014-08-27 01:12:33 +02:00
__main__.py fixed import for python 3 2014-05-09 07:48:08 -07:00
_compat.py Fixed typo in _compat.py 2014-06-15 12:42:34 +08:00
app.py Merge pull request #1222 from defuz/templates_auto_reload-eq-none 2014-11-02 20:46:48 +01:00
blueprints.py Better support for namespace packages. 2014-04-11 19:59:54 +02:00
cli.py Fix two typos in the description of FlaskGroup. 2014-10-27 11:03:07 +01:00
config.py Update config.py 2014-10-24 13:11:10 +04:00
ctx.py Unify the uses of "testsuite" vs "test suite". 2014-10-27 11:31:01 +01:00
debughelpers.py Added EXPLAIN_TEMPLATE_LOADING to help people debug templates not being loaded. 2014-09-03 17:57:51 +02:00
exthook.py Happy New Year 2014 2014-01-02 19:21:07 +01:00
globals.py Made errors for working outside of contexts clearer. 2014-05-07 22:26:50 +02:00
helpers.py Remove a redundant "the" in a comment. 2014-10-27 11:54:30 +01:00
json.py Improve compression by removing whitespace from separators when using jsonify() and JSONIFY_PRETTYPRINT_REGULAR is False. 2014-10-21 19:11:06 +02:00
logging.py Updated the logging documentation for recent changes. 2014-08-27 01:22:01 +02:00
sessions.py Fix a typo in the description of SecureCookieSession. 2014-10-27 11:54:27 +01:00
signals.py Unify the uses of "sourcecode" vs "source code". 2014-10-27 11:54:28 +01:00
templating.py Unify the uses of "sourcecode" vs "source code". 2014-10-27 11:54:28 +01:00
testing.py Fix warnings and code styling in the doc 2014-08-28 16:51:53 +02:00
views.py Fix a typo in a comment in MethodViewType.__new__. 2014-10-27 11:54:28 +01:00
wrappers.py Deprecate request.json property 2014-10-15 02:21:52 +09:00