[Compare the full difference.](https://github.com/jazzband/django-categories/compare/0.8.6...0.8.7)
Other
- Version bump to 0.8.7. [f6502f4](https://github.com/jazzband/django-categories/commit/f6502f45a3a3a1b14a151d198be3d4e85c1d342c)
Updates
- Changed behavior of (de)activating an item within the change form:. [416898d](https://github.com/jazzband/django-categories/commit/416898d2a5f1663706f9d764f8d5278b4b4e35a9)
Instead of changing all descendants' active status to the current item's, it will only change the descendants' active status if the item is False.
As it makes sense to have an item active, but its children inactive, it doesn't make sense that an item is inactive, but its descendants are active.
This doesn't change the activate/deactivate admin actions. They will always affect an item and its descendants.