How a Single Test Revealed a Bug in Django 6.0

How a Single Test Revealed a Bug in Django 6.0

Articles

Django 6.0 querystring template tag lost multiple QueryDict values by iterating items() instead of using lists(), fixed by a contributed patch.