- ``MicroException`` renamed to ``DjangoMicroException`` - using ``BASE_DIR/templates`` as default templates dir - fix detection application name - testing support
1.3.0
==================
- add support function-based commands
1.2.0
==================
- support relative and recursive imports - only way for absolute imports: ``import blog.models`` but not ``import models``
1.1.1
==================
- fix no module named %yourapp%
1.1.0
==================
- ``route`` and ``command`` may be used directly, not only as decorator - add support class-based views for ``route`` decorator - add ``get_app_label`` shortcut - improve python 2.7 compatible