- Language: en
30 results for ascii in version 4.1
-
Django 1.10 release notes
- … ASCII letters and numbers in usernames. Although it wasn’t a deliberate choice, Unicode characters …
-
Django 3.1 release notes
- … ascii=True to JSON serializer, or allow_unicode=False to YAML serializer. The auto-reloader …
-
django.contrib.auth
- … ASCII letters and numbers, in addition to @ , . , + , - , and _ . class validators. UnicodeUsernameValidator A field validator …
-
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 …
-
URL dispatcher
- … ASCII letters or numbers, plus the hyphen and underscore characters. For example, building-your-1st-django …
-
Django 1.11.2 release notes
- … ASCII ( #28204 ). Prevented Subquery from adding an unnecessary CAST which resulted in invalid SQL ( #28199 ). Corrected …
-
Django 1.8.3 release notes
- … ASCII values for ForeignKey.related_name on Python 3 by fixing the false positive system check …
-
Django 1.6.2 release notes
- … ASCII characters ( #21627 ). The collectstatic command will raise an error rather than default to using …
-
Translation
- … ASCII source strings in Django’s core and your applications, you must use UTF-8 as the encoding …