- Language: en
11 results for repr in version 3.0
-
Testing tools
- … repr , ordered=True , msg=None ) Asserts that a queryset qs returns a particular list of values …
-
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 …
-
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 …
-
Migrations
- … repr() only works for basic values, and doesn’t specify import paths). Django can serialize …
-
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.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. Complex lookups with Q objects Keyword …
-
Django 1.10 release notes
- … repr() of a QuerySet is wrapped in <QuerySet > to disambiguate it from a plain …