- Language: en
33 results for ascii in version 5.2
-
Django 1.9.8 release notes
- … AddField on PostgreSQL ( #26889 ). Fixed makemessages crash on Python 2 with non-ASCII file names ( #26897 ). …
-
Django 1.6.2 release notes
- … ASCII characters ( #21627 ). The collectstatic command will raise an error rather than default to using …
-
Django 5.1.3 release notes
- … Django 5.1 where non-ASCII fieldset names were not displayed when rendering admin fieldsets ( #35876 ). …
-
Django 1.2.3 release notes
- … ASCII responses using CSRF tokens. The patch also caused issues with some forms, most notably …
-
Django’s security policies
- … ASCII encoding. Displaying such in a single request is beyond the scope of almost all websites …
-
How to use sessions
- … ASCII letters). session_data A string containing an encoded and serialized session dictionary. expire_date …
-
Databases
- … ASCII range, all exact string matches are performed case-sensitively, even when the case-insensitive …
-
How to use Django with Apache and mod_wsgi
- … ASCII characters, make sure Apache is configured to support UTF-8 encoding: export LANG = 'en_US.UTF …
-
Django 3.1 release notes
- … ascii=True to JSON serializer, or allow_unicode=False to YAML serializer. The auto-reloader …
-
Django 1.11.4 release notes
- … ASCII format values for date/time widgets results in an empty value in the widget’s HTML …
-
Django 1.8.3 release notes
- … ASCII values for ForeignKey.related_name on Python 3 by fixing the false positive system check …
-
Django 1.6.6 release notes
- … Prevented a crash on Python 3 with query strings containing unencoded non-ASCII characters ( #22996 ). …
-
Django 1.11.2 release notes
- … ASCII ( #28204 ). Prevented Subquery from adding an unnecessary CAST which resulted in invalid SQL ( #28199 ). Corrected …