- Language: en
13 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 …
-
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 …
-
Django 1.0.2 release notes
- … repr__ method of Django models has been made more robust in the face of bad Unicode …
-
Testing tools
- … repr() to each member of qs . This behavior is deprecated and will be removed in Django …
-
QuerySet API reference
- … repr(). A QuerySet is evaluated when you call repr() on it. This is for convenience …
-
Django 1.8 release notes
- … repr (e.g. <WSGIRequest: GET '/somepath/'> ). This won’t change the behavior of the SafeExceptionReporterFilter …
-
Django 1.7.2 release notes
- … repr__() when the file’s name contains Unicode characters ( #23888 ). Added missing context to the admin …
-
Making queries
- … repr__() only returns a slice of the entire queryset. Querying JSONField Lookups implementation is different …
-
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.2 release notes
- … repr of a BooleanField to print 1 or 0 . Changes to the interpretation of max_num in FormSets …
-
Django 1.10 release notes
- … repr() of a QuerySet is wrapped in <QuerySet > to disambiguate it from a plain …