- Language: en
14 results for repr in version 5.0
-
Django 1.9 release notes
- … repr(request) ). As a result, the ExceptionReporterFilter.get_request_repr() method and the undocumented django.http.build_request …
-
Migrations
- … repr() only works for basic values, and doesn’t specify import paths). Django can serialize …
-
Django 3.2 release notes
- … repr() on a queryset in TransactionTestCase.assertQuerysetEqual() , when compared to string values, is deprecated. If you need …
-
The Django admin site
- … repr The object`s repr() after the modification. LogEntry. action_flag The type of action …
-
QuerySet API reference
- … repr(). A QuerySet is evaluated when you call repr() on it. This is for convenience …
-
Django 1.0.2 release notes
- … repr__ method of Django models has been made more robust in the face of bad Unicode …
-
Django 1.10 release notes
- … repr() of a QuerySet is wrapped in <QuerySet > to disambiguate it from a plain …
-
Django 1.2 release notes
- … repr of a BooleanField to print 1 or 0 . Changes to the interpretation of max_num in FormSets …
-
Django Deprecation Timeline
- … repr() on a queryset when compared to string values. django.core.cache.backends.memcached.MemcachedCache will be removed. Support for the pre-Django …
-
Django 1.8 release notes
- … repr (e.g. <WSGIRequest: GET '/somepath/'> ). This won’t change the behavior of the SafeExceptionReporterFilter …