~dooferlad/patchwork/niceties

Viewing all changes in revision 260.

  • Committer: Jeremy Kerr
  • Date: 2011-09-19 02:33:51 UTC
  • Revision ID: git-v1:4bc2c34df5e5eb3e7153286f59aa8bdaf0c23dc0
models: Update Person & UserProfile object whenever User is saved

Currently, UserProfiles are only saved on creation of the User object,
before the first_name and last_name attributes are set. This means that
we fallback to using the User.username value as the new Person.name.

This change modifies User's post-save signal to always update the Person
object, both on creation and updates. This means we get the proper name
appearing on Person instances.

Signed-off-by: Jeremy Kerr <jk@ozlabs.org>

expand all expand all

Show diffs side-by-side

added added

removed removed

Lines of Context: