Skip to content

Correct update_clusters()#12

Open
Vijeta141 wants to merge 1 commit intojadianes:masterfrom
Vijeta141:patch-2
Open

Correct update_clusters()#12
Vijeta141 wants to merge 1 commit intojadianes:masterfrom
Vijeta141:patch-2

Conversation

@Vijeta141
Copy link

len() method can't be used on a map. So converted it into a list in all_user_names = list(map(lambda x: x.username, User.objects.only("username")))

len() method can't be used on a map. So converted it into a list in all_user_names = list(map(lambda x: x.username, User.objects.only("username")))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant