Releases · jambonrose/django-improved-user
Expand Official CompatibilityExpand the test suite to include Django 2.2, 3.0, 3.1, 3.2, 4.0, 4.1, 4.2. Tests are run (when compatible with the Django version being tested) in Python 3.6, 3.7, 3.8, 3.9, 3.10, 3.11, 3.12.
Outside of the change from ugettext_lazy()
to gettext_lazy()
in PR #117, first released in django-improved-user v2.0a2, this does not include any new features or bugfixes since v1.01
Changelog since v2.0a2: v2.0a2...v2.1.0
Changelog since v1.01: v1.0.1...v2.1.0
Previously, the admin panel only worked with the integration setup. This version ensures that the admin panel can be imported in other setups, such as when using django-improved-user in demo situations with the extension setup (as shown in the quickstart).
Please note that developers should create their own User
admin panel for production sites when using the extension setup. The replacement setup always necessitates the creation of a custom admin panel.
Please see the (expanded) documentation about admin usage for more details.
1.0 Alpha #2Fix issue #49: allow form classes to be imported without requiring project to be in INSTALLED_APPS
(See #36 and #46 for associated error and reasoning) (#50)
Adds documentation about:
Displays the change log of the package directly in the documentation.
Change PyPI Identifier for djangopackages v0.5.1 - Documentation FixesUserManager
was setting the last_login
attribute of new users atlast_login
is leftWarning: This is a breaking change, and migrations will conflict with v0.3.0 due to PR #23
ImprovedIdentityMixin
class into atomic parts: DjangoIntegrationMixin
, FullNameMixin
, ShortNameMixin
, EmailAuthMixin
. This allows developers to create their own custom AbstractUsers if needed. (PR #22)blank
to True
on short_name
field of User model. (Breaking change! PR #23).You can’t perform that action at this time.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4