- Language: en
12 results for repr in version 1.8
-
Testing tools
- … repr() of each value is compared. Any other callable can be used if repr() doesn …
-
Error reporting
- … repr ( request ) Returns the representation string of the request object, that is, the value that …
-
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 …
-
QuerySet API reference
- … repr(). A QuerySet is evaluated when you call repr() on it. This is for convenience …
-
Model instance reference
- … repr() output of a model is displayed anywhere (for example, in debugging output). It isn’t required …
-
Django 1.2 release notes
- … repr of a BooleanField to print 1 or 0 . Changes to the interpretation of max_num in FormSets …
-
Porting to Python 3
- … repr__() must return a str on all versions of Python. dict and dict -like classes …
-
Django 1.8 release notes
- … repr (e.g. <WSGIRequest: GET '/somepath/'> ). This won’t change the behavior of the SafeExceptionReporterFilter …
-
Making queries
- … repr__() only returns a slice of the entire queryset. Complex lookups with Q objects Keyword …
-
Migrations
- … repr() only works for basic values, and doesn’t specify import paths). Django can serialize …
-
Django 1.7.2 release notes
- … repr__() when the file’s name contains Unicode characters ( #23888 ). Added missing context to the admin …