Changes between Version 2 and Version 3 of Ticket #36439, comment 7


Ignore:
Timestamp:
Jun 30, 2025, 2:51:47 AM (2 months ago)
Author:
Roelzkie

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #36439, comment 7

    v2 v3  
    3939
    4040    async with asyncio.TaskGroup() as tg:
     41        # These users were created in a different script, with their username as their password.
    4142        async for user in User.objects.all()[:100]:
    4243            tg.create_task(user.acheck_password(user.username))
Back to Top