Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | models: Ensure UserProfile.user is configured | Stephen Finucane | 2018-12-22 |
Django Admin seems to be doing something funky with how it's handling the creation of a User's corresponding UserProfile instance when modelled as an inline field. Re-setting the UserProfile.user attribute seems to resolve the issue, so do just that. Signed-off-by: Stephen Finucane <stephen@that.guru> Closes: #110 |