- Set proper UserAdmin `ordering` field to `username` or `email`.
0.2.3
- Update to use `ruff` and added more tests.
0.2.2
- Update packaging method to use `pyproject.toml`.
0.2.1
- Fixed issue if `UserAdmin` or `GroupAdmin` were already registered.
0.2.0
- Merged `HIDE_APPS` and `HIDE_PERMS` to make more clear that we're hiding perms only. - Added ability to extend your own custom `UserAdmin` and `GroupAdmin` if need be.
0.1.1
- Sorry, pushed copy/pasted changelog on first release!