- Language: en
30 results for ascii in version 4.1
-
Unicode data
- … ASCII characters. If you’re constructing a URL from pieces of data that might be non-ASCII …
-
Django Utils
- … ASCII bytes and returns a string containing the encoded result. filepath_to_uri ( path ) [source …
-
Troubleshooting
- … ASCII sequences is transformed into a Unicode string and the specified encoding is incorrect. The output …
-
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#section-2 ) and be URL-encoded …
-
Built-in template tags and filters
- … ASCII characters in a URL. It’s safe to use this filter on a string …
-
QuerySet API reference
- … ASCII strings, bear in mind the database note about string comparisons. SQLite does not do case …
-
URL dispatcher
- … ASCII letters or numbers, plus the hyphen and underscore characters. For example, building-your-1st-django …
-
The syndication feed framework
- … ASCII inside the method itself. A complex example The framework also supports more complex feeds …
-
Django 1.6.1 release notes
- … ASCII characters (#21358). Fixed a crash in the debug view after an exception occurred on Python …