add customer field to osusers.models.User

- allow association of os users to Django users (customers)
- adapt admin forms
- add migration
This commit is contained in:
Jan Dittberner 2014-12-27 19:26:16 +01:00
parent 39fd326ac2
commit 18e47d73b4
4 changed files with 31 additions and 4 deletions

View file

@ -1,6 +1,7 @@
Changelog
=========
* :feature:`-` add a `customer` field to :py:class:`osusers.models.User`
* :feature:`-` allow empty password input in
:py:class:`osusers.admin.UserCreationForm` to allow generated passwords for
new users