-----------
- Moved plugin to it's own installation directory of: ``pylint_peewee``, this
means this IS a backwards incompatible upgrade and you need to update your
.pylintrc to load the plugin: ``pylint_peewee`` and not ``pylint-peewee``.
- Mocked out the ``id`` member variable that is added automatically.
- Mocked out ``create`` method.
- Made mocks more realistic. They are now methods that return the expected
objects, instead of just mocking to the objects.
- Added this Changelog.