Which combination is recommended and recognized as stable? I have a hosted environment with Django 1.0, but I can easily swap out Django- trunk. Running Satchmo-trunk against Django 1.0 displays some obvious incompatibilities:
File "/home/me/webapps/django/lib/python2.5/django/contrib/auth/ __init__.py" in authenticate 36. user = backend.authenticate(**credentials) File "/home/me/webapps/django/lib/python2.5/satchmo/accounts/email- auth.py" in authenticate 25. if user.check_password(password): Exception Type: AttributeError at /accounts/login/ Exception Value: 'QuerySet' object has no attribute 'check_password' --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Satchmo users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/satchmo-users?hl=en -~----------~----~----~----~------~----~------~--~---
