[Compare the full difference.](https://github.com/jazzband/django-categories/compare/1.0.3...1.1)
Fixes
- Fixed an incorrect include in the example. [53a203a](https://github.com/jazzband/django-categories/commit/53a203aad20826ec96ba28ea5ed06869ac3437ec)
- Fixed some Django 1.4 cosmetic issues. [86d9b37](https://github.com/jazzband/django-categories/commit/86d9b376e1167f5605706108b13651abfc8818df)
- Fixes Pull Request 37 Adds notification in the readme regarding issue with South version 0.7.4. [2a501a3](https://github.com/jazzband/django-categories/commit/2a501a39a2fed168efd07c714867ea6d464e11d0)
- Fixed format error. [0fa751b](https://github.com/jazzband/django-categories/commit/0fa751b7871a41d783dd34723944c9387f25dcf7)
- Fixes issue 40 Checks for instance of CategoryBase instead of Category. [d1edc78](https://github.com/jazzband/django-categories/commit/d1edc78d74621c23a388778d49c14ba572cf046f)
There are still some template tags that won't work with subclasses. Need a better solution for those tags.
New
- Added Brad Jasper to the credits and updated Jonathan's github account. [b4a2dbe](https://github.com/jazzband/django-categories/commit/b4a2dbef75ab85578adf99491b928db410510d98)
- Added queryset parameter to ChangeList.get_ordering(). [60907de](https://github.com/jazzband/django-categories/commit/60907deaf7ed6484555acfe8d54210da6932d7c3)
Other
- Template tags now work with any derivative of CategoryBase. Recognizes the "using" param to specify the model to use. [3a71754](https://github.com/jazzband/django-categories/commit/3a71754a6ae615aa1e987756dd6b110c0dc4da1c)
- Pep8 cleanup. [0d254ec](https://github.com/jazzband/django-categories/commit/0d254eca63f59a7610e7d52cf5cae1b5aac00dff)
- Sorry, typo in documentation. [9aa6ce7](https://github.com/jazzband/django-categories/commit/9aa6ce705832ddc4c8f5c937052a1e7ad3da8b87)
- Documented the upgrade path from 1.0.2 and 1.0.3 plus a small migration to keep things in sync. [8e1ee59](https://github.com/jazzband/django-categories/commit/8e1ee5972200a3e90b664b86514221ba17e85efc)
- Stylistic fixes and docs. [bb544e3](https://github.com/jazzband/django-categories/commit/bb544e303464eaa270cc90a21f26f1ccaedcde05)
- Make it optional to register in admin. [12859ad](https://github.com/jazzband/django-categories/commit/12859ad902bbbcfe51f2271660283e1c5c597a24)
- Use ugettext_lazy. [97df742](https://github.com/jazzband/django-categories/commit/97df7427a94ef194a16f44f056f9996382043142)
- Bunped version to 1.0.4 final. [b49c8d1](https://github.com/jazzband/django-categories/commit/b49c8d1814f5887c4fe71fd5262be53aeec0316d)
- Minor fix to example app. [0e7e7bb](https://github.com/jazzband/django-categories/commit/0e7e7bbbf45ee520318cec03cef2b1565a410c77)
- Version bump to 1.0.4b2. [3074728](https://github.com/jazzband/django-categories/commit/3074728ac324a6060a63237254b71823101a6c29)
Updates
- Updated read me and version bump to 1.1. [e588f33](https://github.com/jazzband/django-categories/commit/e588f33c990ba1e42e3e1d6ab62a3d272ae1dabc)
- Updated and rendered docs. [234bc9f](https://github.com/jazzband/django-categories/commit/234bc9f96369e633999c3a07e87fafcae3ebfdb3)
- Update to template tags to include ways to retrieve an object from a model other than Category. [fa470df](https://github.com/jazzband/django-categories/commit/fa470df0a7435b27de4f680423b498afe03f2fd7)
- Updated the credits to add Iacopo Spalletti. [b4d07bf](https://github.com/jazzband/django-categories/commit/b4d07bfb9ee49c6d39d1c802d1a3d53a180105d9)
- Updated CREDITS, docs and bumped version to 1.0.5. [895a503](https://github.com/jazzband/django-categories/commit/895a503eda147061e7c22303ccd717464e2c4872)