aboutsummaryrefslogtreecommitdiff
path: root/releasenotes/notes/issue-110-a5bb3184bf831280.yaml
Commit message (Collapse)AuthorAge
* models: Ensure UserProfile.user is configuredStephen Finucane2018-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