- Bump apiflask to 1.1.1
- Bump flask to 2.2.1
- Fix missing dependency
colorama
- Support new blueprint generation within the cli
- Allow users to select from
api
andui
modes
- Move templates to
djask-admin/
- Fix djask cli
- Add
update()
method toUser
- Provide a base model class with no pre-built columns
- Support new project generation within the cli
- Fix re-registration for the bootstrap extension
- Register
login_manager
to the app
- Automatically generate api docs for database models
- Support adding and editing models in the admin interface
- Add admin extension
- Add admin frontend
- Add dashboard page
- Support defining models in multiple blueprints natively
- Write the API reference part