- Language: en
12 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 …
-
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 …
-
django.contrib.auth
- … ASCII letters and numbers, in addition to @ , . , + , - , and _ . class validators. UnicodeUsernameValidator A field validator …
-
Databases
- … ASCII range, all exact string matches are performed case-sensitively, even when the case-insensitive …
-
Model field reference
- … ASCII letters. Defaults to False . SmallAutoField class SmallAutoField ( ** options ) Like an AutoField , but only allows …
-
QuerySet API reference
- … ASCII strings, bear in mind the database note about string comparisons. SQLite does not do case …
-
Form fields
- … ASCII letters. Defaults to False . empty_value The value to use to represent “empty”. Defaults …
-
django-admin and manage.py
- … ASCII-only characters can also be used. If the staticfiles contrib app is enabled (default …
-
The Django admin site
- … ASCII letters). Prepopulated fields aren’t modified by JavaScript after a value has been saved …
-
The syndication feed framework
- … ASCII inside the method itself. A complex example The framework also supports more complex feeds …