Releases: leandigo/django-oneall
Releases · leandigo/django-oneall
1.3
12 Aug 01:29
Compare
Sorry, something went wrong.
No results found
Django 1.10 compatibility fix
Added new setting max_username_length
1.2.2
23 Jul 23:29
Compare
Sorry, something went wrong.
No results found
Fix for get_user_model
Fix missing URL encoding of QueryDict
Documentation update for Django 1.10 deprecations
1.2
06 May 05:05
Compare
Sorry, something went wrong.
No results found
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
23 Feb 03:26
Compare
Sorry, something went wrong.
No results found
PR #14 : Added support to Django's AUTH_USER_MODEL configuration.
1.1.1
12 Feb 02:39
Compare
Sorry, something went wrong.
No results found
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
06 Oct 15:10
Compare
Sorry, something went wrong.
No results found
Added Internationalization
Added Localization to Portuguese (Brazilian)
1.0.2
04 Oct 05:06
Compare
Sorry, something went wrong.
No results found
Fixed User Agent string again!
1.0.1
30 Sep 02:19
Compare
Sorry, something went wrong.
No results found
Added django and django-oneall version information User Agent prefix.
1.0
29 Sep 03:42
Compare
Sorry, something went wrong.
No results found
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
29 Sep 03:50
Compare
Sorry, something went wrong.
No results found
Provisional Python 2 & 3 and Django 1.8 support pre-release. Uses the new user table and contains ugly login/account pages.