mirror of
https://github.com/django/django.git
synced 2025-03-22 07:10:45 +00:00
With an error in the loop above (e.g. using query without args), this would trigger a busy loop. While this was caused due to changes to the loop itself, it seems to be just good practice to protect against this.