mirror of
https://github.com/zulip/zulip.git
synced 2025-11-05 06:23:38 +00:00
The old behavior was to raise an exception, but Django was catching the exception and doing unexpected things. For instance, in the manage.py shell, printing out a ModelReprMixin object (with __unicode__ not implemented) would result in nothing being printed, rather than it raising a error or otherwise alerting the programmer as to what was going on.
3.6 KiB
3.6 KiB