Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Close #1509: Revert the infinite recursion fix, Django has changed th…
Browse files Browse the repository at this point in the history
…e behavior
matthiask committed Jul 5, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 7acad6b commit 6659124
Showing 21 changed files with 1 addition and 1 deletion.
Binary file modified debug_toolbar/locale/ca/LC_MESSAGES/django.mo
Binary file not shown.
Binary file modified debug_toolbar/locale/cs/LC_MESSAGES/django.mo
Binary file not shown.
Binary file modified debug_toolbar/locale/de/LC_MESSAGES/django.mo
Binary file not shown.
Binary file modified debug_toolbar/locale/es/LC_MESSAGES/django.mo
Binary file not shown.
Binary file modified debug_toolbar/locale/fa/LC_MESSAGES/django.mo
Binary file not shown.
Binary file modified debug_toolbar/locale/fi/LC_MESSAGES/django.mo
Binary file not shown.
Binary file modified debug_toolbar/locale/fr/LC_MESSAGES/django.mo
Binary file not shown.
Binary file modified debug_toolbar/locale/he/LC_MESSAGES/django.mo
Binary file not shown.
Binary file modified debug_toolbar/locale/id/LC_MESSAGES/django.mo
Binary file not shown.
Binary file modified debug_toolbar/locale/it/LC_MESSAGES/django.mo
Binary file not shown.
Binary file modified debug_toolbar/locale/ja/LC_MESSAGES/django.mo
Binary file not shown.
Binary file modified debug_toolbar/locale/nl/LC_MESSAGES/django.mo
Binary file not shown.
Binary file modified debug_toolbar/locale/pl/LC_MESSAGES/django.mo
Binary file not shown.
Binary file modified debug_toolbar/locale/pt/LC_MESSAGES/django.mo
Binary file not shown.
Binary file modified debug_toolbar/locale/pt_BR/LC_MESSAGES/django.mo
Binary file not shown.
Binary file modified debug_toolbar/locale/ru/LC_MESSAGES/django.mo
Binary file not shown.
Binary file modified debug_toolbar/locale/sk/LC_MESSAGES/django.mo
Binary file not shown.
Binary file modified debug_toolbar/locale/sv_SE/LC_MESSAGES/django.mo
Binary file not shown.
Binary file modified debug_toolbar/locale/uk/LC_MESSAGES/django.mo
Binary file not shown.
Binary file modified debug_toolbar/locale/zh_CN/LC_MESSAGES/django.mo
Binary file not shown.
2 changes: 1 addition & 1 deletion tests/forms.py
Original file line number Diff line number Diff line change
@@ -6,4 +6,4 @@ class TemplateReprForm(forms.Form):
user = forms.ModelChoiceField(queryset=User.objects.all())

def __repr__(self):
return repr(self)
return str(self)

0 comments on commit 6659124

Please sign in to comment.