django-registration update
I’ve just packaged up version 0.2 of django-registration; there are two big changes since the initial release which are worth mentioning (and which are, of course, covered in the documentation supplied with the download):
-
The
key_generated
field was removed from theRegistrationProfile
model, so you’ll want to drop the corresponding column in your database if you upgrade. - A mechanism for automatically creating custom user profiles during signup was added; check the documentation for notes on how it works.
Also, a few bug fixes and minor enhancements went in; there’s a changelog in the download which lists them.