Django-newauth

Latest version: v0.41

Safety actively analyzes 619494 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 2

0.42

=========================

0.41

=========================

- Fixed: django.conf.urls.url() is deprecated. Also, path() is more concise than re_path(). Change to use path().
- Fixed: django.shortcuts.render_to_response() is deprecated, change to use django.shortcuts.render().
- Fixed: django.utils.translation.ugettext_lazy() is deprecated, change to use django.utils.translation.gettext_lazy().
- Fixed: django.utils.encoding.force_text() is deprecated, change to use django.utils.encoding.force_str().
- Fixed: Deprecated assertEquals() in unittest used by Django, changed to assertEqual().

0.40

=========================

- Support Django-3.2
- Support Python-3.7, 3.8, 3.9, 3.10
- Drop Django-1.11, 3.1
- Drop Python-2.7

0.39

=========================

- Fixed: If login_required is used with Python3, login authentication after the second time fails.
- Support Django-2.2
- Drop Django-1.10

0.38

=========================

- Add missing classifiers: py36, dj versions.
- provide universal wheel
- Add feature: send logged in signal & logged out signal
- Security: masking sensitive post parameter
- Security: safe redirect url for open redirect possibility
- Security: strict safety check for redirect url

0.37

=========================

- Support Python-3.6
- Support Django-1.11
- Drop Django-1.9

Page 1 of 2

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.