mirror of
https://github.com/davidhalter/django-stubs.git
synced 2026-02-08 19:01:00 +08:00
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.