New:
- Proper support for
Django>=1.6.0- Update to
factory_boy>=2.6.0- Add continuous integration compatibility
Breaking:
- Naming conventions have been updated to align on
factory_boyconventions:UserFis nowUserFactory.- Remove
ContentTypeFactory, useless in real tests (all usefulContentTypeobjects are already created by Django)
New:
- Add support for
Django>=1.4
Bugfix:
- Fix sequence initialization in
UserFactoryandGroupFactory
New:
- Add support for
UserProfile
Packaging:
- Switch to the (merged) upstream
factory_boy