Dan Fairs
Dan Fairs
Hi Nathan, I'm not familiar with allauth. However, you're most likely right - there's probably another instance of the user hanging around, as Django doesn't have an identity mapper. It's...
No, I don't think any work has been done on this integration - unless it's in a repo I don't know about!
I just uploaded 0.12.1 to PyPI - hopefully this should fix the problem. Thanks for reporting it!
Gah! That one probably broke because the README got renamed to README.rst, and MANIFEST.in wasn't updated.
Thanks for the report - I'll try and reproduce this in the next few days.
Hi Rocky, I'm afraid I'm having trouble reproducing this with the current github master. I've tried the following combinations: - Upgrading an existing site that uses 0.6.1 to the current...
Incidentally, the small test site was SQLite - the larger, existing site was PostgreSQL.
I've actually added a separate test project so you can run the tests without needing your own project already set up. This seems to be the way several other 3rd...
Hah! That's what you get for coding with a baby in one arm! :)
Actually - running `python manage.py test` in the testproject directory _does_ run the lazysignup tests, in amongst the tests for the other Django apps. For me, they appear (bizarrely, I'm...