Skip to content

Entries published on May 29, 2007

1 entry published on this date. See also: all entries published in May 2007, full archive.

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):

  1. The key_generated field was removed from the RegistrationProfile model, so you’ll want to drop the corresponding column in your database if you upgrade.
  2. 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.

Entry published May 29, 2007. Read full entry.