diff --git a/djangoldp_profile/models.py b/djangoldp_profile/models.py index 35a2ec6a3bf8dd3cbbff415b8f69617fde26c8e5..57de11c8766790b93a725cb46dd22e9f85c386e3 100644 --- a/djangoldp_profile/models.py +++ b/djangoldp_profile/models.py @@ -26,6 +26,7 @@ class Profile(models.Model): ('view_member', 'Read'), ('control_member', 'Control'), ) + depth = 0 def get_absolute_url(self): return reverse_lazy('profile-detail', kwargs={'pk': self.pk})