Django-improved-user

Latest version: v1.0.1

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

Scan your dependencies

Page 1 of 3

2.0.0

-------------------


- Support:
- Python 3.6, 3.7, 3.8, 3.9
- Django 2.2, 3.1, 3.2, 4.0
- Drop support for:
- Python 3.4, 3.5
- Django 1.8, 1.11, 2.0, 2.1
- Update: ugettext_lazy() → gettext_lazy() (`118`_, `117`_)
- Upgrade development/maintenance experience
- Run tests via Github Actions (instead of TravisCI)
- Upgrade development & documentation dependencies
- Use flit to build/release sdist instead of setup.py

.. _117: https://github.com/jambonsw/django-improved-user/pull/117
.. _118: https://github.com/jambonsw/django-improved-user/issues/118

1.0.1

------------------

- Add flexibility to admin panel usage; document usage

1.0.0

------------------

- Django 1.8, 1.11, 2.0, 2.1 officially supported.
- Django 1.9 and 1.10 are not tested against, as Django does not support
them, but they likely work.
- **Breaking change**: Model mix-in classes now exist in their own
module! Import from `model_mixins` instead of `models`. (`46`_,
`96`_)
- Fix issue `49`_: allow form classes to be imported without requiring
project to be in ``INSTALLED_APPS`` (See `36`_ and `46`_ below for
associated error and reasoning) (`50`_)
- Fix issue `36`_: refactor package to allow for mix-in classes to be
imported into third-party project without requiring project to be in
``INSTALLED_APPS`` (which would unnecessarily create unused tables in
the project). Add documentation/tutorial on subject. (`46`_)
- Django 2.0, 2.1 compatibility. (`43`_, `93`_)

.. _36: https://github.com/jambonsw/django-improved-user/issues/36
.. _43: https://github.com/jambonsw/django-improved-user/pull/43
.. _46: https://github.com/jambonsw/django-improved-user/pull/46
.. _49: https://github.com/jambonsw/django-improved-user/issues/49
.. _50: https://github.com/jambonsw/django-improved-user/pull/50
.. _93: https://github.com/jambonsw/django-improved-user/pull/93
.. _96: https://github.com/jambonsw/django-improved-user/pull/96

0.5.3

------------------

- Include history of changes in online documentation. (`34`_)
- Write documentation about why and how the project was built. (`34`_)
- Add section about contributing documentation. (`34`_)

.. _34: https://github.com/jambonsw/django-improved-user/pull/34

0.5.2

------------------

- Change `package PyPI`_ license identifier for better information on
`djangopackages.org detail page`_. See
`djangopackages/djangopackages483`_ for more information.

.. _package PyPI: https://pypi.org/project/django-improved-user/
.. _djangopackages.org detail page: https://djangopackages.org/packages/p/django-improved-user/
.. _djangopackages/djangopackages483: https://github.com/djangopackages/djangopackages/issues/483

0.5.1

------------------

- Docfix: Remove links to ReadTheDocs Stable version from ReadMe, as we
are unable to build that version until v1.0.0 release. See
`rtfd/readthedocs.org2032`_ for more information. (`31`_)

.. _rtfd/readthedocs.org2032: https://github.com/rtfd/readthedocs.org/issues/2032
.. _31: https://github.com/jambonsw/django-improved-user/pull/31

Page 1 of 3

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.