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_boy
conventions:UserF
is nowUserFactory
.- Remove
ContentTypeFactory
, useless in real tests (all usefulContentType
objects are already created by Django)
New:
- Add support for
Django>=1.4
Bugfix:
- Fix sequence initialization in
UserFactory
andGroupFactory
New:
- Add support for
UserProfile
Packaging:
- Switch to the (merged) upstream
factory_boy