* Fix a bug on template_name configuration on profile-related views
0.2.1
+++++
* Add missing migration script requirement
0.2.0
+++++
* Consolidate migration scripts (break migration from projects with 0.1.X versions) * Update and compile pt_BR translations
0.1.9
+++++
* New settings for custom ProfileForm configuration
0.1.8
+++++
* Remove django-nose requirement and use Django test runner instead. * Reorganize Form classes in files * Reorganize and split some test files * Code coverage: 89% (target: ~98%) * Remove unused code in BaseUserManager * PEP8 and cosmetic fixes * Fix some requirements(-test).txt errors
0.1.7
+++++
* Use Django Nose test runner with a "testproject" * Fix a issue in template loader that forces quickstartup templates over application templates. * Fix a Site database loading error during tests (table missing)