Releases: avallbona/Impostor
Releases · avallbona/Impostor
v3.1.0
v3.0.0
Improvements of v3.0.0:
- added support for django 3.2 and django 4.0
- implemented support for custom user model and custom USERNAME_FIELD (Saurav Sharma)
- added pre-commit config file
- applied black and isort to source code
It's a breaking change given that now do not try to log with the username and the email by default. It only tries to login with the USERNAME_FIELD configured in the settings.
v2.0.5
v2.0.4
Improvements of v2.0.4
- Refactored setup.py in order to pack all the needed files
- Extended the default admin template to show
user logged as another user
- Added
__str__
to ImpostorLog - Updated MANIFEST.in
- Moved some package metadata to
__init__
- Improved code coverage
v2.0.3
v2.0.2
v2.0.1
v2.0.0
Impostor improvements, v2.0.0
- adapted Impostor to newer versions of django 1.11, 2.0, 2.1, 2.2, 3.0
- added tox for running tests
- improved tests and coverage
- added github action for running tests and deploy package to pypi
- added support for django custom_user_model
- updated todo list
- Improved documentation on README.md
- added changelog
- removed unnecessary code
- added migrations
- added linter
- updated changelog
- modified action for deploy package on release