- Language: en
14 results for repr in the development version
-
Django 1.9 release notes
- … repr(request) ). As a result, the ExceptionReporterFilter.get_request_repr() method and the undocumented django.http.build_request …
-
The Django admin site
- … repr The object`s repr() after the modification. LogEntry. action_flag The type of action …
-
Migrations
- … repr() only works for basic values, and doesn’t specify import paths). Django can serialize …
-
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 …
-
QuerySet API reference
- … repr(). A QuerySet is evaluated when you call repr() on it. This is for convenience …
-
Django 4.1 release notes
- … repr() on a queryset when compared to string values. The django.core.cache.backends.memcached.MemcachedCache backend is removed. Support …
-
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. Asynchronous queries If you are writing …
-
Django 1.8 release notes
- … repr (e.g. <WSGIRequest: GET '/somepath/'> ). This won’t change the behavior of the SafeExceptionReporterFilter …