- Language: en
23 results for ascii in version 1.8
-
Django 1.6.6 release notes
- … Prevented a crash on Python 3 with query strings containing unencoded non-ASCII characters ( #22996 ). …
-
Django 1.7.1 release notes
- … ASCII characters in the request ( #23593 ). Fixed missing get_or_create and update_or_create …
-
Django 1.8.3 release notes
- … ASCII values for ForeignKey.related_name on Python 3 by fixing the false positive system check …
-
django-admin and manage.py
- … ASCII-only characters can also be used. If the staticfiles contrib app is enabled (default …
-
The syndication feed framework
- … ASCII inside the method itself. A complex example The framework also supports more complex feeds …
-
Django 1.7.3 release notes
- … ASCII referer header ( #23815 ). Fixed a crash in the django.contrib.auth.redirect_to_login view when passing …
-
Django 1.2.3 release notes
- … ASCII responses using CSRF tokens. The patch also caused issues with some forms, most notably …
-
Django 1.6.2 release notes
- … ASCII characters ( #21627 ). The collectstatic command will raise an error rather than default to using …
-
Installing PostGIS
- … ASCII ) The current workaround is to re-create the cluster using UTF8 (back up any databases …
-
Databases
- … ASCII range, all exact string matches are performed case-sensitively, even when the case-insensitive …
-
Writing your first Django app, part 1
- … ASCII bytestring. This difference can create confusion. If all of this is gibberish to you, just …
-
Time zones
- … ASCII input. When you enable time zone support, you’ll encounter some errors because you’re using …
-
Translation
- … ASCII source strings in Django’s core and your applications, you must use UTF-8 as the encoding …