On Thu, Nov 20, 2008 at 3:05 PM, bloo <[EMAIL PROTECTED]> wrote: > > 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):
That's a small bug I fixed a couple days ago in rev [1702]. You definitely want trunk and 1.0 or trunk and trunk. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
