- Language: en
7 results for repr in version 3.2
-
Django 1.9 release notes
- … repr(request) ). As a result, the ExceptionReporterFilter.get_request_repr() method and the undocumented django.http.build_request …
-
Django 1.0.2 release notes
- … repr__ method of Django models has been made more robust in the face of bad Unicode …
-
Django 3.2 release notes
- … repr() on a queryset in TransactionTestCase.assertQuerysetEqual() , when compared to string values, is deprecated. If you need …
-
Django 1.2 release notes
- … repr of a BooleanField to print 1 or 0 . Changes to the interpretation of max_num in FormSets …
-
Django 1.7.2 release notes
- … repr__() when the file’s name contains Unicode characters ( #23888 ). Added missing context to the admin …
-
Django 1.8 release notes
- … repr (e.g. <WSGIRequest: GET '/somepath/'> ). This won’t change the behavior of the SafeExceptionReporterFilter …
-
Django 1.10 release notes
- … repr() of a QuerySet is wrapped in <QuerySet > to disambiguate it from a plain …