[Compare the full difference.](https://github.com/jazzband/django-categories/compare/0.5.2...0.6)
Fixes
- Fixed a problem in the new admin creation where it wouldn't properly filter out the category fields by model. [d90dccd](https://github.com/jazzband/django-categories/commit/d90dccda01ce23f03ab6488166abccb407943adb)
- Fixed the deprecated settings int he example app. [7d29584](https://github.com/jazzband/django-categories/commit/7d295843aa71165b5fd61c536e16a76f2d0d5309)
- Fixing stashing conflict. [9528f97](https://github.com/jazzband/django-categories/commit/9528f971c97e9f560457dafb84fadb6c2cb8bc81)
- Fixed small errors in templatetags documentation and docstrings. [1100ad3](https://github.com/jazzband/django-categories/commit/1100ad3c507fab8a22442938561f0a0670dccb35)
- Fixed wrong var name in import_categories command. [cda1d0f](https://github.com/jazzband/django-categories/commit/cda1d0fd5e3044fc58813d510563e086b126736d)
- Fixed the homepage in the setup.py. [8e0e49a](https://github.com/jazzband/django-categories/commit/8e0e49a28109ac63841da04c7ed80a6dc516ce8a)
New
- Added a Deprecation warning for CATEGORIES_RELATION_MODELS. [05a55fe](https://github.com/jazzband/django-categories/commit/05a55fea7d3b21e5e875aad8b90213f0af0e21ec)
- Adding South migrations. [8e843fb](https://github.com/jazzband/django-categories/commit/8e843fbcd1afea4a47d67e71a63b7c0c4b1c421b)
- Added some specialized functions for relations. [0fa7402](https://github.com/jazzband/django-categories/commit/0fa7402f1d4a89476390ddc2934c57a467fff00e)
- Added a class based view for the detail page of a model related to a category. [76d7461](https://github.com/jazzband/django-categories/commit/76d7461e434cfd13f4a73f37fdd511ed8c97feae)
- Added a view that list items of specific model that are related to the current category. [c89c954](https://github.com/jazzband/django-categories/commit/c89c954001df23654129b19d1554a1a6a780fc00)
- Added a class based CategoryDetailView that should be functionally identical to the original function based view. [1070cb7](https://github.com/jazzband/django-categories/commit/1070cb7daeefe0bd367588003758d03fc0b5da17)
- Add optional thumbnail model field. [1ac5ae0](https://github.com/jazzband/django-categories/commit/1ac5ae0a095fea5761a3eeca1251b2bdd7d06429)
Other
- Final doc rendering. [7681919](https://github.com/jazzband/django-categories/commit/768191968ae4f16f190bc5a1a2ed6b1271895435)
- Version bump to 0.6. [6f26261](https://github.com/jazzband/django-categories/commit/6f26261c50d0b60ba8833d7186156d268f989fd7)
- Enabled new registry in the example app for testing. [fa2b680](https://github.com/jazzband/django-categories/commit/fa2b680c148589a9be7ac3195b4ea08f0ddd08f3)
- The registry default settings needs to be an empty dict, not list. [97c45e7](https://github.com/jazzband/django-categories/commit/97c45e702f38c225132717abcedf19d4763ba579)
- Enable registering of models in settings. [4e8f490](https://github.com/jazzband/django-categories/commit/4e8f490714b78e82436073e724960b56b441bdfa)
- [FIXED Issue 17] Refactored how the HTML is rendered, removing the checkbox from the <a> tag and pulling the parent checkbox from the row class. [70e758e](https://github.com/jazzband/django-categories/commit/70e758ea2e90d00fdbacb1a3bf10da8e629fe06b)
- Putting registry outside of the try block. [141f753](https://github.com/jazzband/django-categories/commit/141f753a951fc29a108f608e2aa055e1c7e79ab7)
- Version bump to 0.6beta4. [7639d95](https://github.com/jazzband/django-categories/commit/7639d95721751b2bbb67b27150b62a3b51451fd8)
- Updating settings for Django 1.3. [93cd476](https://github.com/jazzband/django-categories/commit/93cd476c57600d5a84468b8109d6eeaeff6b786e)
- Version bump to 0.6beta3. [3d91ff1](https://github.com/jazzband/django-categories/commit/3d91ff1fafee0c371bd56370ecafc15fa9777e32)
- Ah, the wonders of copying and pasting. Fixed some errors resulting from it. [64dd94a](https://github.com/jazzband/django-categories/commit/64dd94aa43d37f501b128811962226bb8af4fbe6)
- Version bump to 0.6beta2. [d64ad65](https://github.com/jazzband/django-categories/commit/d64ad65a7c4318d9d85f9ae77a4bcc166a6b70ba)
- Clean up per pylint. [32b5451](https://github.com/jazzband/django-categories/commit/32b5451c1593639cd31471a3bd2af67aae3391a9)
- Some Docs. [081d2ab](https://github.com/jazzband/django-categories/commit/081d2ab0b8161c953cc283553fe74b5b5201e4b0)
- Allow for using django-cbv in Django 1.2.x. [4081fe8](https://github.com/jazzband/django-categories/commit/4081fe820430c4c310bb967f7c0b1b837abc7933)
- Slight refactor of the default settings to clean it up. [4ce5a9e](https://github.com/jazzband/django-categories/commit/4ce5a9e297c5655e022472cbb32f93a28c347d2e)
- Filled out all contributors. [8d46659](https://github.com/jazzband/django-categories/commit/8d466591d550d78b7592912c082f2bf25f73897b)
- Moved path to category code into its own function to make reuse easier. [0b20115](https://github.com/jazzband/django-categories/commit/0b201156e016e490c9403d32c2559604cc4b5bdc)
- Make admin js relative to MEDIA_URL. [7119ca8](https://github.com/jazzband/django-categories/commit/7119ca87e6b57a3d179c23f3577aaacd42bf7427)
- Bumped the version for this branch. [3542b01](https://github.com/jazzband/django-categories/commit/3542b019c528d975cd106ba0ef727f946d0e49f8)
- Make the initial state of the editor tree an app setting with collapsed as the default. [858a356](https://github.com/jazzband/django-categories/commit/858a356e42744dfd55625b1cd5aeb0bcc4074191)
- Real change I needed to make: return, not pass!. [e8b7aec](https://github.com/jazzband/django-categories/commit/e8b7aeca8facbbcbcfab201e77781f88c58d6f53)
Updates
- Updated docs. [441dbcd](https://github.com/jazzband/django-categories/commit/441dbcde744b34ed08ae671d9da7d3f99ae573d2)
- Updated README. [7474cb0](https://github.com/jazzband/django-categories/commit/7474cb0e516ecdabc4ffe369fe38cc3327e6f46f)
- Updated some of the setup info. [1ad18ec](https://github.com/jazzband/django-categories/commit/1ad18ecb5c178598879756628b10288e7baede26)
- Refactored the thumbnail from imagefield to filefield. [efe3cdd](https://github.com/jazzband/django-categories/commit/efe3cdd06b24f433352f393afc3effa99b4090a4)
Why? ImageField causes hits to storage to fill out certain fields. Added a storage class and width/height fields so it is possible to scale the thumbnails and store them somewhere besides the filesystem.
- Remove 'to' from kwargs in CategoryM2MField and CategoryFKField. 'to' is already specified, and causes errors when running unit tests. [29ab094](https://github.com/jazzband/django-categories/commit/29ab0943c5b67240d0ed0271b4efd2d947ad497b)