diff options
author | Jeremy Kerr <jk@ozlabs.org> | 2011-09-19 10:33:51 +0800 |
---|---|---|
committer | Jeremy Kerr <jk@ozlabs.org> | 2011-09-19 10:33:51 +0800 |
commit | 4bc2c34df5e5eb3e7153286f59aa8bdaf0c23dc0 (patch) | |
tree | 971498466574214e4a3a90a451278e4386e51768 /apps/manage.py | |
parent | 75d8cf966034e673afe0077ba393d8b2eb3e9b93 (diff) | |
download | patchwork-4bc2c34df5e5eb3e7153286f59aa8bdaf0c23dc0.tar.bz2 patchwork-4bc2c34df5e5eb3e7153286f59aa8bdaf0c23dc0.tar.xz |
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>
Diffstat (limited to 'apps/manage.py')
0 files changed, 0 insertions, 0 deletions