- Language: en
33 results for ascii in version 5.1
-
Databases
- … ASCII range, all exact string matches are performed case-sensitively, even when the case-insensitive …
-
django-admin and manage.py
- … ASCII-only characters can also be used. If the staticfiles contrib app is enabled (default …
-
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.contrib.auth
- … ASCII letters and numbers, in addition to @ , . , + , - , and _ . class validators. UnicodeUsernameValidator A field validator …
-
Model field reference
- … ASCII letters. Defaults to False . SmallAutoField class SmallAutoField ( ** options ) [source] Like an AutoField , but only …
-
Django 1.6.2 release notes
- … ASCII characters ( #21627 ). The collectstatic command will raise an error rather than default to using …
-
Django’s security policies
- … ASCII encoding. Displaying such in a single request is beyond the scope of almost all websites …
-
Django 1.11.4 release notes
- … ASCII format values for date/time widgets results in an empty value in the widget’s HTML …
-
Django 1.11.2 release notes
- … ASCII ( #28204 ). Prevented Subquery from adding an unnecessary CAST which resulted in invalid SQL ( #28199 ). Corrected …