Just a quick note: I’ve bumped django-registration to version 0.5. New in this version are Italian and Serbian translations, registration at the Cheese Shop (so you can now do easy_install django-registration) and a few bugfixes.
Notes you might care about:
register view will pass any uploaded files from request.FILES to the registration form.
Also: I’m considering taking my own advice (from both my PyCon talk and my book) and adding an extra_context argument to the register and activate views, similar to what Django’s generic views already offer. If you think that’d be a good idea, swing by the issue tracker and add a star to this issue. If it looks like a popular option, I’ll add that in the next release.
Comments for this entry are closed. If you'd like to share your thoughts on this entry with me, please contact me directly.
just wanted to let you know that because of your registration code i learned django and had the best understand of the project in my class thanks man… looking forward to check out the book
Just wonder if it would be a good plan to include the username in the activation email. Obviously i can change my installation of your app to do this - thought it might generally be helpful for people to know who they’ve signed up as? Or is there a security implication?