- Language: en
33 results for ascii in version 5.2
-
Django’s security policies
- … ASCII encoding. Displaying such in a single request is beyond the scope of almost all websites …
-
Model field reference
- … ASCII letters. Defaults to False . SmallAutoField class SmallAutoField ( ** options ) [source] Like an AutoField , but only …
-
QuerySet API reference
- … ASCII strings, bear in mind the database note about string comparisons. SQLite does not do case …
-
Django 1.10 release notes
- … ASCII letters and numbers in usernames. Although it wasn’t a deliberate choice, Unicode characters …
-
How to use sessions
- … ASCII letters). session_data A string containing an encoded and serialized session dictionary. expire_date …
-
URL dispatcher
- … ASCII letters or numbers, plus the hyphen and underscore characters. For example, building-your-1st-django …
-
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 …
-
Validators
- … ASCII characters. Defaults to True . URLValidator class URLValidator ( schemes = None , regex = None , message = None , code …
-
Form fields
- … ASCII letters. Defaults to False . empty_value The value to use to represent “empty”. Defaults …
-
The Django admin site
- … ASCII letters). Prepopulated fields aren’t modified by JavaScript after a value has been saved …