------------------
*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 now ``UserFactory``.
- Remove ``ContentTypeFactory``, useless in real tests (all useful ``ContentType`` objects are already created by Django)