[Compare the full difference.](https://github.com/jazzband/django-categories/compare/1.1.2...1.1.3)
Other
- To satisfy a very demanding and owly jsoa, I removed an unused variable. :P. [123459e](https://github.com/jazzband/django-categories/commit/123459eec1b9fcea8cdf0d84b05d935b86db5848)
- Updating the signal registration to check for south first and fail silently. [0d16716](https://github.com/jazzband/django-categories/commit/0d167164a1b3ca2ac25be2ded4b5187428e66289)
- Version bump to 1.1.3. [2b4512b](https://github.com/jazzband/django-categories/commit/2b4512beaef0968f741547d7aff635294eb94bbd)
- Moved the registration of the signal to models.py where it will get executed. [c522ae6](https://github.com/jazzband/django-categories/commit/c522ae6d9642a7c3e64444e0dc9c577ac9155faa)
Updates
- Refactored the migration script to use the syncdb signal. The post_migrate signal only fires for south-managed apps, so it isn't as useful. [e41623b](https://github.com/jazzband/django-categories/commit/e41623b4ade8236971c93e5f5bd4489df49d64b1)