- Language: en
29 results for ascii in version 2.0
-
Unicode data
- … ASCII characters. If you’re constructing a URL from pieces of data that might be non-ASCII …
-
QuerySet API reference
- … ASCII strings, bear in mind the database note about string comparisons. SQLite does not do case …
-
django.contrib.auth
- … ASCII letters and numbers in usernames. Although it wasn’t a deliberate choice, Unicode characters …
-
Troubleshooting
- … ASCII sequences is transformed into a Unicode string and the specified encoding is incorrect. The output …
-
Django Utils
- … ASCII bytes and returns a string containing the encoded result. filepath_to_uri ( path ) [source …
-
How to use Django with uWSGI
- … ASCII characters, make sure uWSGI is configured to accept non-ASCII file names by adding …
-
Model instance reference
- … ASCII characters (required by the URI specification, RFC 2396 ) and be URL-encoded, if necessary …
-
Built-in template tags and filters
- … ASCII characters in a URL. It’s safe to use this filter on a string …
-
How to use Django with Apache and mod_wsgi
- … ASCII characters, make sure Apache is configured to accept non-ASCII file names: export LANG …
-
How to use sessions
- … ASCII letters). session_data A string containing an encoded and serialized session dictionary. expire_date …