Skip to content

Releases: avallbona/Impostor

v3.1.0

03 Dec 21:37
930e17f
Compare
Choose a tag to compare

Improvements of version v.3.1.0:

  • added support for django 4.1 and 4.2
  • added support for python 3.10, 3.11 and 3.12
  • dropped support for django 1.11
  • dropped support for pythjon 3.4, 3.5 and 3.6

v3.0.0

16 Apr 15:42
Compare
Choose a tag to compare

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

28 Mar 21:44
4d1313c
Compare
Choose a tag to compare

Improvements of v2.0.5:

  • added support for django 3.1
  • added support for python 3.9
  • updated dev dependencies
  • updated documentation
  • added code of conduct
  • added contributing
  • added django versions badge

v2.0.4

21 Jun 21:55
9549e40
Compare
Choose a tag to compare

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

20 Jun 09:53
726a5ce
Compare
Choose a tag to compare

Impostor improvements, v2.0.3

  • Adjusted github action for tests
  • Improved some documentation

v2.0.2

17 Jun 05:31
2480ae2
Compare
Choose a tag to compare

Impostor improvements, v2.0.2

  • Fixed some code style issues
  • Changed token generation in ImpostorLog
  • Added Codacy badge

v2.0.1

14 Jun 16:53
36adbb5
Compare
Choose a tag to compare

Impostor improvements, v2.0.1

  • Added codecov coverage
  • Improved code coverage
  • Fixed test execution with django versions

v2.0.0

13 Jun 17:36
03b5e7e
Compare
Choose a tag to compare

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