- Django 2.2 support (fixes #20)
- Add missing messages app (fixes #16)
- Use parent directory as the import root (fixes #15)
- AppConfig is now used for app registration
- fix
--run-syncdb
migrations (#14)
- add MessageMiddleware to django_admin shortcut
- add shortcut to quick admin interface configuation
- move to Django 2.0
- use the new simplified routing syntax by default
MicroException
renamed toDjangoMicroException
- using
BASE_DIR/templates
as default templates dir - fix detection application name
- testing support
- add support function-based commands
- support relative and recursive imports
- only way for absolute imports:
import blog.models
but notimport models
- fix no module named %yourapp%
route
andcommand
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
Initial release