Skip to content
Snippets Groups Projects
Commit bbad945b authored by Todd Dembrey's avatar Todd Dembrey
Browse files

fixup! Add the reviewers table based on the otf staff table

parent 0372dce9
No related branches found
No related tags found
No related merge requests found
......@@ -68,7 +68,7 @@ class User(AbstractUser):
first_name = None
last_name = None
objects = UserManager()
objects = UserManager.from_queryset(UserQuerySet)()
def __str__(self):
return self.get_full_name() if self.get_full_name() else self.get_short_name()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment