We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d779328 commit c53d48fCopy full SHA for c53d48f
tests/forms.py
@@ -6,4 +6,4 @@ class TemplateReprForm(forms.Form):
6
user = forms.ModelChoiceField(queryset=User.objects.all())
7
8
def __repr__(self):
9
- return str(self)
+ return repr(self)
0 commit comments