mirror of
https://github.com/davidhalter/django-stubs.git
synced 2026-05-04 12:35:49 +08:00
f651f27ddf
Sending in a single string leads to unexpected behavior and the method accepts any iterable, not just sequences, of strings. Technically sending in a single string is still allowed because a string is an iterable of strings, but this way the intention of that argument is clearer.