Created
May 2, 2019 21:54
-
-
Save valerybriz/d175634a78cda86d8362249cbc55c570 to your computer and use it in GitHub Desktop.
iterator
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
for user in User.objects.exclude(email__isnull=True).iterator(): | |
print(user.name) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment