Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update to version 2.1.0 #90

Merged
merged 9 commits into from
Aug 18, 2024
Merged

Update to version 2.1.0 #90

merged 9 commits into from
Aug 18, 2024

Conversation

nitmir
Copy link
Owner

@nitmir nitmir commented Aug 18, 2024

v2.1.0 - 2024-08-18

Added

  • Support for Django 4.2
  • Allow forms to be overridden from settings

Deprecated

  • Make the crypt module optional and deprecate it's usage.
    The python stdlid crypt module is deprecated since version 3.11 and
    will be removed in version 3.13. Check for the availability of the
    crypt module.
    All password checks using the crypt module will stop to work on
    python 3.13.

The python stdlid crypt module is deprecated since version 3.11 and
will be removed in version 3.13. Check for the availability of the
crypt module.
All password checks using the crypt module will stop to work on
python 3.13.
v2.1.0 - 2024-08-18
===================

Added
-----

* Support for Django 4.2
* Allow forms to be overridden from settings

Deprecated
----------

* Make the crypt module optional and deprecate it's usage.
  The python stdlid crypt module is deprecated since version 3.11 and
  will be removed in version 3.13. Check for the availability of the
  crypt module.
  All password checks using the crypt module will stop to work on
  python 3.13.
@nitmir nitmir merged commit 9d04a7b into master Aug 18, 2024
19 of 23 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant