[Compare the full difference.](https://github.com/jazzband/django-categories/compare/0.4.8...0.5)
New
- Added contributors to the readme for proper recognition. [93086cf](https://github.com/jazzband/django-categories/commit/93086cf1ec6e9261b63f49eb848398dc812af98c)
- Added logic to skip adding categories that are already defined for a modeladmin. [246c18d](https://github.com/jazzband/django-categories/commit/246c18d4e65a1dc841be2f6bd100625505f2f7cf)
- Added additional fields to the display_list. [781f9d0](https://github.com/jazzband/django-categories/commit/781f9d02d50fee13c10aa3a959ba15f364105f52)
- Adding a new import and alphabetizing them (OCD, I know). [df83dd2](https://github.com/jazzband/django-categories/commit/df83dd2ee5c59aa9873bb75e760e892bf914383e)
- Added a new template tag to override the painting of the admin rows. [d093d06](https://github.com/jazzband/django-categories/commit/d093d06b400185402b84e48d0661dca6c95902ef)
- New template and media. [bb4a7b0](https://github.com/jazzband/django-categories/commit/bb4a7b0f2bf8a0514a356f5214b3a34544f4d967)
- Added a placeholder for Django. [a841d7f](https://github.com/jazzband/django-categories/commit/a841d7f063db89bc615a920b624aa901f9bf1b43)
- Adding a new version of TreeTable with a few minor changes to support row repainting. [ae49c9d](https://github.com/jazzband/django-categories/commit/ae49c9d066b4541509f979328ad8eb105d6c0620)
Other
- Bumped the version to 0.5. [57081cd](https://github.com/jazzband/django-categories/commit/57081cdd6f4b919d5c4dcbd6bd94fabf1809424c)
- STATIC_URL seems to be returning as None even when not defined. [4632d43](https://github.com/jazzband/django-categories/commit/4632d436fd799c35a58d421345207832cf322093)
- ModelAdmin re-register now skips modeladmins without fieldsets already defined. [44508e0](https://github.com/jazzband/django-categories/commit/44508e060616025d145637deb0b1bbc652a919fe)
Was causing a "TypeError at /current/url/: unsupported operand type(s) for +: 'NoneType' and 'tuple'"
- Got rid of the with_stories keyword for the category detail view. [7058ccd](https://github.com/jazzband/django-categories/commit/7058ccd35a7ed18ad61cddc023b51b6b00d275e6)
- Revised the README to get it up-to-date. [732c5f8](https://github.com/jazzband/django-categories/commit/732c5f8163b49301b73b4399693d0573c85abf34)
- Long trees cause a performance hit if the initial state is expanded. Changing to "collapsed". [381d438](https://github.com/jazzband/django-categories/commit/381d438635e6a23ddf72a9309cfca5282d56902d)
- Getting rid of unused code in the treeeditor. [9d92b0d](https://github.com/jazzband/django-categories/commit/9d92b0d3a7578a989b969daa1592cb8eeabda547)
- Ignoring a few more things. [5dfc710](https://github.com/jazzband/django-categories/commit/5dfc71035758b3ba73b598071f6b2617079086d3)
- Made the media delivery work. [c55e56e](https://github.com/jazzband/django-categories/commit/c55e56e48f2fa78ab86853e44c1b0c11f7602ed5)
- What's that doing there?. [6a112a4](https://github.com/jazzband/django-categories/commit/6a112a4a84406434151db3452f20e219f3db2987)
- Now that Django has a getchangelist function, we don't need to hack anymore. [039ba1f](https://github.com/jazzband/django-categories/commit/039ba1f72eb100a31d6fe3d1ee74f477169ee1a8)
- Don't need to set that EDITOR_MEDIA_PATH any more. [d1bf06b](https://github.com/jazzband/django-categories/commit/d1bf06b39f54fab1be466d45460c9f3fd15ee7d8)
- Reworked the template to initialize the correct javascript and use the result_tree_list. [7f0e93f](https://github.com/jazzband/django-categories/commit/7f0e93f7d367749a33d4e74133c3381e198b9e43)
- Got rid of hotlinking settings and changed the EDITOR_MEDIA_PATH. [f7faa54](https://github.com/jazzband/django-categories/commit/f7faa54620492b1fe4c34269c4bbd6bde42a0424)
- Unstashing the previous changes. [4fbed62](https://github.com/jazzband/django-categories/commit/4fbed625c42627c4b066ccf59a161ed5012e16a2)
Updates
- Renamed 'media' directories to 'static' to work with the django 1.3 staticfiles app. [e5deb3f](https://github.com/jazzband/django-categories/commit/e5deb3f41f36d08a2e180f2d5baa82c181ded47a)
- Removed duplicate slash from EDITOR_MEDIA_PATH setting. [8f8bc6e](https://github.com/jazzband/django-categories/commit/8f8bc6eb96f50c24ccffa3aea9e9cdc3e508cfa3)
- Updated the documentation!. [b2dec54](https://github.com/jazzband/django-categories/commit/b2dec5416fe1b74bd612058664cebd3e43e0ea7f)
- Updated the docstrings of the template tags and added breadcrumbs. [afe9d20](https://github.com/jazzband/django-categories/commit/afe9d204c84bfdba660e30a021ec3022826893e9)
- Refactored the templates to extend a categories/base.html. [91227ed](https://github.com/jazzband/django-categories/commit/91227edccf31d20291d2b65d2e700b3da481f4ce)
- Renamed the README to indicate it is a reST file. [b5edbdc](https://github.com/jazzband/django-categories/commit/b5edbdcccbea0eb6032ad5c90c8a28639ccf1754)
- Removed some unused cruft from the TreeEditor class. [b5c6482](https://github.com/jazzband/django-categories/commit/b5c6482ffa6d01dbd1d380407ae0375b1fe38c01)
- Deleted an unused template. [d027b75](https://github.com/jazzband/django-categories/commit/d027b752f2a3346877b9ceb4c98c15172823663f)
- Removed unused code files. [6693d8d](https://github.com/jazzband/django-categories/commit/6693d8dad3089881d2f8fddd1893461bf291bbfd)
- Removed all the old, unused templates. [1e546b6](https://github.com/jazzband/django-categories/commit/1e546b6309642a1d2ed9ab65bb68cc4f1dceb82b)
- Removed all the old media. [80755c7](https://github.com/jazzband/django-categories/commit/80755c79e3a584f8b89f9a26fb5c4d2a46c5e662)