mirror of
https://github.com/django/django.git
synced 2025-03-31 19:46:42 +00:00
Removing all() in __iter__() prevents a duplicate query when choices are cast to a list and there's a prefetch_related().
Removing all() in __iter__() prevents a duplicate query when choices are cast to a list and there's a prefetch_related().