Skip to content

Commit 6659124

Browse files
committed
Close #1509: Revert the infinite recursion fix, Django has changed the behavior
1 parent 7acad6b commit 6659124

File tree

21 files changed

+1
-1
lines changed

21 files changed

+1
-1
lines changed
-272 Bytes
Binary file not shown.
-603 Bytes
Binary file not shown.
-347 Bytes
Binary file not shown.
-336 Bytes
Binary file not shown.
-290 Bytes
Binary file not shown.
-445 Bytes
Binary file not shown.
-336 Bytes
Binary file not shown.
-256 Bytes
Binary file not shown.
-408 Bytes
Binary file not shown.
-375 Bytes
Binary file not shown.
-366 Bytes
Binary file not shown.
-424 Bytes
Binary file not shown.
-480 Bytes
Binary file not shown.
-237 Bytes
Binary file not shown.
-550 Bytes
Binary file not shown.
-470 Bytes
Binary file not shown.
-608 Bytes
Binary file not shown.
-248 Bytes
Binary file not shown.
-271 Bytes
Binary file not shown.
-535 Bytes
Binary file not shown.

tests/forms.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ class TemplateReprForm(forms.Form):
66
user = forms.ModelChoiceField(queryset=User.objects.all())
77

88
def __repr__(self):
9-
return repr(self)
9+
return str(self)

0 commit comments

Comments
 (0)