Skip to content

Commit

Permalink
Merge branch 'master' into module-support
Browse files Browse the repository at this point in the history
Conflicts:
	CHANGES
	docs/_themes
	tests/flask_tests.py
  • Loading branch information
mitsuhiko committed May 11, 2010
2 parents de909b3 + f80e1d3 commit 9fa4f94
Show file tree
Hide file tree
Showing 9 changed files with 177 additions and 355 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Original file line Diff line number Diff line change
@@ -0,0 +1,3 @@
[submodule "docs/_themes"]
path = docs/_themes
url = git://github.com/mitsuhiko/flask-sphinx-themes.git
1 change: 1 addition & 0 deletions CHANGES
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ Version 0.2
view function. view function.
- server listens on 127.0.0.1 by default now to fix issues with chrome. - server listens on 127.0.0.1 by default now to fix issues with chrome.
- added external URL support. - added external URL support.
- added support for :func:`~flask.send_file`
- module support and internal request handling refactoring - module support and internal request handling refactoring
to better support pluggable applications. to better support pluggable applications.


Expand Down
1 change: 1 addition & 0 deletions docs/_themes
Submodule _themes added at 11cb6b
344 changes: 0 additions & 344 deletions docs/_themes/flasky/static/flasky.css_t

This file was deleted.

3 changes: 0 additions & 3 deletions docs/_themes/flasky/theme.conf

This file was deleted.

2 changes: 2 additions & 0 deletions docs/api.rst
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -222,6 +222,8 @@ Useful Functions and Classes


.. autofunction:: redirect .. autofunction:: redirect


.. autofunction:: send_file

.. autofunction:: escape .. autofunction:: escape


.. autoclass:: Markup .. autoclass:: Markup
Expand Down
Loading

0 comments on commit 9fa4f94

Please sign in to comment.