Skip to content

No urlid in username

Calum Mackervoy requested to merge no-urlid-in-username into master

Related: #211 (closed)

Following on from djangoldp-account#39 (closed) it was decided that urlid would not be stored on username. For federation to work, it is now required that the user account in use has a urlid field on their model

  • Updated serializers, models etc not to use username for the urlid field
  • Updated tests to use a custom user model, inheriting from DjangoLDP.Model and AbstractUser
Edited by Calum Mackervoy

Merge request reports