- Language: en
12 results for ascii in version 2.1
-
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 Utils
- … ASCII bytes and returns a string containing the encoded result. filepath_to_uri ( path ) [source …
-
django.contrib.auth
- … ASCII letters and numbers in usernames. Although it wasn’t a deliberate choice, Unicode characters …
-
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 …
-
The Django admin site
- … ASCII letters; and removing various English stop words such as ‘a’, ‘an’, ‘as’, and similar …
-
django-admin and manage.py
- … ASCII-only characters can also be used. If the staticfiles contrib app is enabled (default …
-
Form fields
- … ASCII letters. Defaults to False . TimeField class TimeField ( **kwargs ) [source] Default widget: TimeInput Empty value …
-
Model field reference
- … ASCII letters. Defaults to False . SmallIntegerField class SmallIntegerField ( **options ) [source] Like an IntegerField , but only …
-
Databases
- … ASCII range, all exact string matches are performed case-sensitively, even when the case-insensitive …
-
The syndication feed framework
- … ASCII inside the method itself. A complex example The framework also supports more complex feeds …