]> git.ipfire.org Git - thirdparty/patchwork.git/commit
REST: Make 'User.first_name', 'last_name' editable
authorStephen Finucane <stephen@that.guru>
Thu, 17 Nov 2016 01:00:04 +0000 (01:00 +0000)
committerStephen Finucane <stephen@that.guru>
Fri, 23 Dec 2016 23:41:33 +0000 (23:41 +0000)
commit9ca87ce79fc3146185610d4581416d481bbf3a30
treeeee7f26d7894a1c0a768be79b3be4488c1cf776f
parenta2993505a132764226d85ad9375abc930725d5f5
REST: Make 'User.first_name', 'last_name' editable

In an ideal world, everything that can be done with the UI should also
be doable from the command line. The first and last names of the User
are low-value fields to allow customization of, but they are easily
implmented and move us towards the above goal.

Signed-off-by: Stephen Finucane <stephen@that.guru>
Reviewed-by: Daniel Axtens <dja@axtens.net>
Reviewed-by: Andy Doan <andy.doan@linaro.org>
patchwork/api/user.py
patchwork/tests/test_rest_api.py