Fixed changelog

This commit is contained in:
Daniel Greenfeld 2015-08-03 22:54:12 -07:00
parent 34e59c88fa
commit be05c131e0

View File

@ -9,9 +9,11 @@ This project adheres to [Semantic Versioning](http://semver.org/).
- factory-boy package for improved testing (@pydanny) - factory-boy package for improved testing (@pydanny)
- Error message for duplicate usernames in `users.admin.MyUserCreationForm` (@pydanny) - Error message for duplicate usernames in `users.admin.MyUserCreationForm` (@pydanny)
- Tests on `users.admin.MyUserCreationForm` (@pydanny) - Tests on `users.admin.MyUserCreationForm` (@pydanny)
### Changed ### Changed
- update django-all-auth to 0.23.0 (@pydanny) - update django-all-auth to 0.23.0 (@pydanny)
- update django-test-plus to 1.0.7 (@pydanny) - update django-test-plus to 1.0.7 (@pydanny)
### Removed ### Removed
- Unnecessary users/forms.py module (@pydanny) - Unnecessary users/forms.py module (@pydanny)