- Validators - Scaffolding to allow flexibility with different db backends - Refactor - Static file support - Custom exceptions
0.2.3
- Redis session fix - Minor db refactor - More tests - Tweaks to admin and auth views
0.2.2
- Template fix in manage.py - Allow connection to db without user/password - Comment out database settings in settings.py by default - Make session support optional
0.2.1
- sys.path fix in manage.py
0.2.0
- Alembic Migrations - Support unknown arguments in management commands - `py.test --args='xs'` -> `py.test -xs` - Optional SSL support for SMTP - Additional documentation - Tightening up manage.py import/structure