Added support for subdomain bound modules

This commit is contained in:
Armin Ronacher 2010-07-23 13:29:21 +01:00
parent b49afa21ad
commit 7680d52f42
4 changed files with 35 additions and 2 deletions

View file

@ -34,6 +34,9 @@ Release date to be announced, codename to be decided.
- refactored the way url adapters are created. This process is now
fully customizable with the :meth:`~flask.Flask.create_url_adapter`
method.
- modules can now register for a subdomain instead of just an URL
prefix. This makes it possible to bind a whole module to a
configurable subdomain.
.. _blinker: http://pypi.python.org/pypi/blinker