Changes between Version 2 and Version 3 of Ticket #36439, comment 7
- Timestamp:
- Jun 30, 2025, 2:51:47 AM (2 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #36439, comment 7
v2 v3 39 39 40 40 async with asyncio.TaskGroup() as tg: 41 # These users were created in a different script, with their username as their password. 41 42 async for user in User.objects.all()[:100]: 42 43 tg.create_task(user.acheck_password(user.username))