1.0
- Added the very first views; they are
oa_login
andoa_profile
- Added
urls.py
in order to work a drop-in replacement todjango.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 ofmanage.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.