- Adds project's GitHub URL to package info so the code can be found from PyPI. - No functional changes.
0.10.0
- **Library forked, and renamed to `forkit-django`.** The re-name will allow us to release new versions to PyPI. - Add support for Django 1.8-2.1. - Drop support for Django <= 1.7. - Remove `__version__` `get_version` and `__version_info__` from `forkit` module.
0.9.6
- Add LICENSE file.
0.9.5
- Fix reset bug where the wrong config was being passed.
0.9.4
- Arbitrary Signal Keyword Arguments. Each utility function can take any additional keyword arguments that will be passed to each signal receiver called for the entirety of the operation.
0.9.3
- Deep Reset. Improved deep reset capability which does not incorrectly fork related objects. In this implementation, only directly related objects are traversed.