mirror of
https://github.com/davidhalter/django-stubs.git
synced 2026-04-25 00:13:01 +08:00
7407b93151
* Add/fix types for django.utils.safestring.mark_safe Django code ref: https://github.com/django/django/blob/964dd4f4f208722d8993a35c1ff047d353cea1ea/django/utils/safestring.py#L71-L84 * add generic annotations for mark_safe, remove SafeBytes as it is basically deprecated Co-authored-by: Daniel Hahler <github@thequod.de>