> Am 26.09.2017 um 22:50 schrieb Aymeric Augustin > <[email protected]>: > > Hello, > > This could be a regression because > https://github.com/django/django/commit/3483682749577b4b5a8141a766489d5b460e30e9 > > <https://github.com/django/django/commit/3483682749577b4b5a8141a766489d5b460e30e9> > looks like it implemented that behavior;
The patch doesn’t implement that behaviour, as can be seen here: https://github.com/django/django/commit/3483682749577b4b5a8141a766489d5b460e30e9#diff-8cbe1fb6d589cb6e35b956704d7a1285L881 <https://github.com/django/django/commit/3483682749577b4b5a8141a766489d5b460e30e9#diff-8cbe1fb6d589cb6e35b956704d7a1285L881> It still force_text’s everything. Looks like this has indeed never been implemented in Django. Maybe as on oversight from the original suggestion by Armin, or maybe on purpose (why though?)? -- You received this message because you are subscribed to the Google Groups "Django developers (Contributions to Django itself)" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/django-developers. To view this discussion on the web visit https://groups.google.com/d/msgid/django-developers/ABB4EC7A-8EBE-4562-8927-DE0A1EA2AA9E%40lophus.org. For more options, visit https://groups.google.com/d/optout.
