Django-userena-ce

Latest version: v7.0.3

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

Scan your dependencies

Page 3 of 5

3.0.2

Not secure
Initial version of django-userena-ce that forks from django-userena. Note this
still does not support Django > 1.9.

Fixes and improvements:
- Adds missing migration

Backwards incompatible changes:
- Now uses django-guardian >= 1.4.2. This means that settings.ANONYMOUS_USER_ID
is deprecated for settings.ANONYMOUS_USER_NAME.
- Dropped support for Django < 1.8, Python2 < 2.7 and Python3 < 3.4.

django-userena history

This file contains all the backwards-incompatible (since 1.0.1) and other
significant (since 1.4.1) changes.

2.0.1

Fixes and improvements:

- Fixed missing `README.md` that caused installation failure (517).
- Use universal wheels when distributing the package.

2.0.0

Backwards incompatible changes:

- Drop support for Django 1.4
- Add support for Django 1.9
- Added new Django 1.9 migration for `userena` and `userena.contrib.umessages`.
Old South migrations are still available in `userena.south_migrations` and
`userena.contrib.umessages.south_migrations` but are deprecated and may be
removed in future major releases. `South>1.0` is required for older versions
of Django.
- `django-guardian` requirement bumped to `<=1.4.1` as newer version (1.4.2)
fails on tests.
- removed all `{% load url from future %}` from userena templates for
compatibility with Django 1.9
- `sha_constructor()`, `smart_str()`, and `md5_constructor` removed from
`userena.compat`
- Use simple list literal as url patterns instead of
`django.conf.urls.patterns()` function

Deprecated features:

- `userena.utils.get_user_model` is deprecated and will be removed in version
3.0.0. Use `django.contrib.auth.get_user_model`

Fixes and improvements:

- More nodes added to the travis test matrix.
- Some documentation moved to `.md` files.
- Deprecated unittest aliases replaced in tests.
- Updated list of trove classifiers.
- Added option to execute `runtests` script with pattern parameter to limit
number of tests.
- Added `{posargs}` to test command execution in `tox.ini` to improve developer
experience during tests.
- Minor documentation improvements.
- Set `django-guardian<1.4.0` version for Django 1.5 and 1.6 tests.

1.5.1

- Update url patterns to handle usernames starting with 'signup', 'signin',
'signout' strings (502)

1.5.0

Fixes and improvements:

- Updated Norwegian translations and fixed issue with unicode characters sent
to `utils.generate_sha1` (472)
- Fix `upload_to_mugshot` if model uses primary key diffrent than `id` (475)
- Minor compatibility improvements (485)
- Refactored mailer (486)
- Password reset email now inlcudes email template for django>=1.7 (493)
- Fixes to translations (499)
- Added Romanian translations (500)

Backwards incompatible changes:

- django-guardian has version fixed to `<=1.3.1` due to django 1.4 compatibility

1.4.1

Fixes and improvements:

- Set `html2text==2014.12.29` requirement in order to remove nasty hack
in `userena/mail.py` (462).
- Updated version in Sphinx docs (461).
- Added support for Python3.2 (453).
- Fixed issue causing malformed utf-8 usernames on user profile creation (456).
- Fixed issue with user creation on Python3.4 (455).
- Fixed randomly failing tests on travis (446).

Page 3 of 5

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.