Releases: leandigo/django-oneall
Releases · leandigo/django-oneall
1.3
- Django 1.10 compatibility fix
- Added new setting
max_username_length
1.2.2
- Fix for
get_user_model
- Fix missing URL encoding of QueryDict
- Documentation update for Django 1.10 deprecations
1.2
- New feature: #11 Implement OneAll Social Sharing
- PR #17 replaced import of User with import of get_user_model()
- PR #18 changed superclass of BaseBackend to ModelBackend instead of object. got rid of get_user() method
1.1.2
- PR #14: Added support to Django's
AUTH_USER_MODEL
configuration.
1.1.1
- Much better documentation.
- Fixed bad OneAll URL for the profile page (pull request #13).
- Fixed a Python 2 compatibility bug when settings were missing.
1.1.0
- Added Internationalization
- Added Localization to Portuguese (Brazilian)
1.0.2
- Fixed User Agent string again!
1.0.1
- Added
django
and django-oneall
version information User Agent prefix.
1.0
- Added the very first views; they are
oa_login
and oa_profile
- Added
urls.py
in order to work a drop-in replacement to django.contrib.auth
— but still depends on it!
- Revamped all settings to fit into one dictionary called
ONEALL
- Added Django template tags for use everywhere
- Added Python 3.3+ compatibility
- Old table
oneall_cache
replaced with a new standard Django table, a manual run of manage.py legacyimport
is required.
- Added support for OneAll Social Linking
- and more…
These changes are relative to 0.1.4, which had been the latest release almost 2 years.
0.2
Provisional Python 2 & 3 and Django 1.8 support pre-release. Uses the new user table and contains ugly login/account pages.