- Language: en
29 results for ascii in version 3.0
-
Translation
- … ASCII source strings in Django’s core and your applications, you must use UTF-8 as the encoding …
-
Django 1.7.1 release notes
- … ASCII characters in the request ( #23593 ). Fixed missing get_or_create and update_or_create …
-
URL dispatcher
- … ASCII letters or numbers, plus the hyphen and underscore characters. For example, building-your-1st-django …
-
django-admin and manage.py
- … ASCII-only characters can also be used. If the staticfiles contrib app is enabled (default …
-
Django 1.2.3 release notes
- … ASCII responses using CSRF tokens. The patch also caused issues with some forms, most notably …
-
Django 1.10 release notes
- … ASCII letters and numbers in usernames. Although it wasn’t a deliberate choice, Unicode characters …
-
django.contrib.auth
- … ASCII letters and numbers, in addition to @ , . , + , - , and _ . class validators. UnicodeUsernameValidator A field validator …
-
The Django admin site
- … ASCII letters; and removing various English stop words such as ‘a’, ‘an’, ‘as’, and similar …
-
Form fields
- … ASCII letters. Defaults to False . TimeField class TimeField ( **kwargs ) Default widget: TimeInput Empty value: None …
-
Django 1.11.4 release notes
- … ASCII format values for date/time widgets results in an empty value in the widget’s HTML …