- Language: en
33 results for ascii in version 5.1
-
Validators
- … ASCII characters. Defaults to True . URLValidator class URLValidator ( schemes = None , regex = None , message = None , code …
-
Django 3.1 release notes
- … ascii=True to JSON serializer, or allow_unicode=False to YAML serializer. The auto-reloader …
-
The syndication feed framework
- … ASCII inside the method itself. A complex example The framework also supports more complex feeds …
-
Django 1.10 release notes
- … ASCII letters and numbers in usernames. Although it wasn’t a deliberate choice, Unicode characters …
-
Django 1.11.2 release notes
- … ASCII ( #28204 ). Prevented Subquery from adding an unnecessary CAST which resulted in invalid SQL ( #28199 ). Corrected …
-
Django 1.9.8 release notes
- … AddField on PostgreSQL ( #26889 ). Fixed makemessages crash on Python 2 with non-ASCII file names ( #26897 ). …
-
Databases
- … ASCII range, all exact string matches are performed case-sensitively, even when the case-insensitive …
-
Django 1.6.2 release notes
- … ASCII characters ( #21627 ). The collectstatic command will raise an error rather than default to using …
-
How to use sessions
- … ASCII letters). session_data A string containing an encoded and serialized session dictionary. expire_date …
-
Django 1.6.6 release notes
- … Prevented a crash on Python 3 with query strings containing unencoded non-ASCII characters ( #22996 ). …
-
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 …
-
The Django admin site
- … ASCII letters). Prepopulated fields aren’t modified by JavaScript after a value has been saved …