idlesign / django-sitegate

Reusable application for Django to ease sign up & sign in processes
https://github.com/idlesign/django-sitegate
BSD 3-Clause "New" or "Revised" License
34 stars 4 forks source link

explicit fields definition that works with OrderedDict in django 1.6-1.7. Email confirmation for ModernFlow #9

Closed imposeren closed 10 years ago

imposeren commented 10 years ago

fixes:

AttributeError: 'OrderedDict' object has no attribute 'insert'
idlesign commented 10 years ago

Thank you. I'll check that out in a week.

imposeren commented 10 years ago

ok. Sorry for multiple commits that target different problems. I did'nt know that github will add further commits to initial pull request

idlesign commented 10 years ago

Sorry for the delay. Merged. Thank you for your contribution.